[PATCH] hwmon: Discard bogus comment about init setting limits
Discard a common out-of-date comment in 5 hardware monitoring drivers. The hardware monitoring chip drivers are no more setting sensor limits at initialization time, for quite some time already. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> drivers/hwmon/lm78.c | 1 - drivers/hwmon/via686a.c | 1 - drivers/hwmon/w83627hf.c | 1 - drivers/hwmon/w83781d.c | 1 - drivers/hwmon/w83792d.c | 1 - 5 files changed, 5 deletions(-)
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
0200296310
commit
7d845b10d0
@@ -1451,7 +1451,6 @@ w83781d_write_value(struct i2c_client *client, u16 reg, u16 value)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Called when we have found a new W83781D. It should set limits, etc. */
|
||||
static void
|
||||
w83781d_init_client(struct i2c_client *client)
|
||||
{
|
||||
|
Reference in New Issue
Block a user