From 9bf3babf3f6e70723528bece564c57d38d534652 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Tue, 11 Feb 2014 21:34:21 -0800 Subject: [PATCH] hwmon: (emc2103) Return error from i2c_smbus_read_byte_data There is no reason to replace one error with another. smatch message: drivers/hwmon/emc2103.c:352 set_fan_div() info: why not propagate 'status' from i2c_smbus_read_byte_data() instead of (-5)? Reviewed-by: Jean Delvare Signed-off-by: Guenter Roeck --- Reading git-format-patch failed