aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adm1026.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/adm1026.c')
-rw-r--r--drivers/hwmon/adm1026.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/adm1026.c b/drivers/hwmon/adm1026.c
index 8deb17a402da..85bf23aea7db 100644
--- a/drivers/hwmon/adm1026.c
+++ b/drivers/hwmon/adm1026.c
@@ -319,7 +319,7 @@ static struct i2c_driver adm1026_driver = {
319 .remove = adm1026_remove, 319 .remove = adm1026_remove,
320 .id_table = adm1026_id, 320 .id_table = adm1026_id,
321 .detect = adm1026_detect, 321 .detect = adm1026_detect,
322 .address_data = &addr_data, 322 .address_list = normal_i2c,
323}; 323};
324 324
325static int adm1026_read_value(struct i2c_client *client, u8 reg) 325static int adm1026_read_value(struct i2c_client *client, u8 reg)