]> git.karo-electronics.de Git - linux-beck.git/commit
i2c: pnx: fix error return code in i2c_pnx_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 23 Aug 2013 02:55:51 +0000 (10:55 +0800)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 28 Aug 2013 08:31:33 +0000 (10:31 +0200)
commit498c0146213aa5fbca3b63a6525e91c606c20c5e
treed0a90c696b233fee2cffdacbbb6d016adaaf9f84
parent370257b287a3959f1d12398b51fb0c50063b4ca8
i2c: pnx: fix error return code in i2c_pnx_probe()

Fix to return a negative error code in the irq get error handling
case instead of 0, as done elsewhere in this function.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
[wsa: fixed wrong exit point, too]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-pnx.c