diff options
Diffstat (limited to 'drivers/hwmon/w83792d.c')
-rw-r--r-- | drivers/hwmon/w83792d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/w83792d.c b/drivers/hwmon/w83792d.c index 03b836cdafa6..c6f198a3d924 100644 --- a/drivers/hwmon/w83792d.c +++ b/drivers/hwmon/w83792d.c | |||
@@ -328,7 +328,7 @@ static struct i2c_driver w83792d_driver = { | |||
328 | .remove = w83792d_remove, | 328 | .remove = w83792d_remove, |
329 | .id_table = w83792d_id, | 329 | .id_table = w83792d_id, |
330 | .detect = w83792d_detect, | 330 | .detect = w83792d_detect, |
331 | .address_data = &addr_data, | 331 | .address_list = normal_i2c, |
332 | }; | 332 | }; |
333 | 333 | ||
334 | static inline long in_count_from_reg(int nr, struct w83792d_data *data) | 334 | static inline long in_count_from_reg(int nr, struct w83792d_data *data) |