]> git.baikalelectronics.ru Git - kernel.git/commit
staging:iio:light:tsl2x7x: fix the error handling in tsl2x7x_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 7 May 2013 11:51:00 +0000 (12:51 +0100)
committerJonathan Cameron <jic23@kernel.org>
Wed, 22 May 2013 21:14:57 +0000 (22:14 +0100)
commitb59a1dd2c229437b178a957928525010de2f1a28
treeafd9b9ada9534d168a83c2b081000a3f26661073
parent37b9fd576e56137c0641bed53579922d2d366430
staging:iio:light:tsl2x7x: fix the error handling in tsl2x7x_probe()

Fix to return -EINVAL in the i2c device found error handling
case instead of 0, as done elsewhere in this function.
And also correct the fail1 and fail2 lable to do the right thing.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/tsl2x7x_core.c