From e8ab508c27be9868411b6578507e93e02bdb8cdb Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Wed, 11 Sep 2013 10:32:18 -0700 Subject: [PATCH] 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-format-patch failed