From: Sachin Kamat Date: Tue, 20 Nov 2012 09:59:00 +0000 (-0800) Subject: leds: lp5521: Fix return value X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~3^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313e8b50c89a76c4f36af527f937c2f8cf4cad41;p=pandora-kernel.git 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 Signed-off-by: Bryan Wu --- Reading git-diff-tree failed