Currently the device update function does not care the I2C SMBus error. This causes a spurious sensor warining detection by sensor application. To prevent this issue add error handling for the update function. Also change the show functions to return error pointer value.
Signed-off-by: Tokunori Ikegami <[email protected]> Cc: Guenter Roeck <[email protected]> Cc: Chris Packham <[email protected]> Cc: [email protected] Tokunori Ikegami (4): hwmon: (adt7475) Split device update function to measure and limits hwmon: (adt7475) Change valid parameter to bool type hwmon: (adt7475) Change update functions to add error handling hwmon: (adt7475) Change show functions to return error data correctly drivers/hwmon/adt7475.c | 347 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 252 insertions(+), 95 deletions(-) -- 2.16.1 -- To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
