]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
spi: ep93xx: fix error return code in ep93xx_spi_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 16 May 2013 04:08:56 +0000 (12:08 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 16 May 2013 17:39:11 +0000 (18:39 +0100)
commit27474d268c20a0e62f71065a043c08f5adb2419d
treeb71c8cab33d0d9178b6add743bb96a8c53cdf682
parentf722406faae2d073cc1d01063d1123c35425939e
spi: ep93xx: fix error return code in ep93xx_spi_probe()

Fix to return -ENOMEM in the workqueue create error handling
case instead of 0, as done elsewhere in this function.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/spi/spi-ep93xx.c