commit | d3601e56cf64a3f2df6f6380cccb3644274406e2 | [log] [tgz] |
---|---|---|
author | Cyril Roelandt <tipecaml@gmail.com> | Wed Dec 12 01:24:54 2012 +0100 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Dec 19 15:11:41 2012 +0000 |
tree | 7f7ed6a7c4bbf43bb2abb7be04660aef2a49e279 | |
parent | 6a79131318dd6f71ec46e0af1daa581e695fd5ab [diff] |
spi/sh-hspi: fix return value check in hspi_probe(). According to its documentation, clk_get() returns a "valid IS_ERR() condition containing errno", so we should call IS_ERR() rather than a NULL check. Signed-off-by: Cyril Roelandt <tipecaml@gmail.com> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>