Searched hist:"313 e8b50c89a76c4f36af527f937c2f8cf4cad41" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/leds/ |
H A D | leds-lp5521.c | diff 313e8b50c89a76c4f36af527f937c2f8cf4cad41 Tue Nov 20 03:59:00 CST 2012 Sachin Kamat <sachin.kamat@linaro.org> leds: lp5521: Fix return value
Return the value obtained from i2c_smbus_read_byte_data() instead of -EIO. Silences the following smatch warning: drivers/leds/leds-lp5521.c:155 lp5521_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>
|