diff options
Diffstat (limited to 'drivers/hwmon/adm1031.c')
-rw-r--r-- | drivers/hwmon/adm1031.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/adm1031.c b/drivers/hwmon/adm1031.c index cebfbf6926da..1e02799b870e 100644 --- a/drivers/hwmon/adm1031.c +++ b/drivers/hwmon/adm1031.c | |||
@@ -125,7 +125,7 @@ static struct i2c_driver adm1031_driver = { | |||
125 | .remove = adm1031_remove, | 125 | .remove = adm1031_remove, |
126 | .id_table = adm1031_id, | 126 | .id_table = adm1031_id, |
127 | .detect = adm1031_detect, | 127 | .detect = adm1031_detect, |
128 | .address_data = &addr_data, | 128 | .address_list = normal_i2c, |
129 | }; | 129 | }; |
130 | 130 | ||
131 | static inline u8 adm1031_read_value(struct i2c_client *client, u8 reg) | 131 | static inline u8 adm1031_read_value(struct i2c_client *client, u8 reg) |