From: Guenter Roeck Date: Wed, 11 Sep 2013 17:32:18 +0000 (-0700) Subject: hwmon: (nct6775) Use return value from find_temp_source X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~18^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8ab508c27be9868411b6578507e93e02bdb8cdb;p=pandora-kernel.git hwmon: (nct6775) Use return value from find_temp_source smatch complains that we don't use the return value from find_temp_source(). Valid point, only find_temp_source() doesn't return a valid error code. Have it return a valid error code and use it. Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed