]> git.baikalelectronics.ru Git - kernel.git/commit
spi/sh-hspi: fix return value check in hspi_probe().
authorCyril Roelandt <tipecaml@gmail.com>
Wed, 12 Dec 2012 00:24:54 +0000 (01:24 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 19 Dec 2012 15:11:41 +0000 (15:11 +0000)
commit8ff2779f7ac8a0055adb09e422db0dec97aa5699
tree7f7ed6a7c4bbf43bb2abb7be04660aef2a49e279
parent19393323f68599df4e30f7016be03988f14474b5
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>
drivers/spi/spi-sh-hspi.c