]> git.baikalelectronics.ru Git - kernel.git/commit
leds: lp5523: Fix return value
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 20 Nov 2012 09:59:01 +0000 (01:59 -0800)
committerBryan Wu <cooloney@gmail.com>
Mon, 26 Nov 2012 22:43:55 +0000 (14:43 -0800)
commita37d0eb5ad2fb62fc56a1e4e148809a5eb980dbb
tree7efd3f5dfdb6f9f1ad44cd574e53e58042cbd7bf
parent8f80f5d9137ff2a8f27e28c17b8d577e1d418653
leds: lp5523: Fix return value

Return the value obtained from i2c_smbus_read_byte_data() instead of
-EIO. Silences the following smatch warning:
drivers/leds/leds-lp5523.c:174 lp5523_read() info:
why not propagate 'ret' from i2c_smbus_read_byte_data() instead of -5?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-lp5523.c