aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/gl520sm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/gl520sm.c')
-rw-r--r--drivers/hwmon/gl520sm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/gl520sm.c b/drivers/hwmon/gl520sm.c
index d03ba692fc42..c0ec8c28731e 100644
--- a/drivers/hwmon/gl520sm.c
+++ b/drivers/hwmon/gl520sm.c
@@ -104,7 +104,7 @@ static struct i2c_driver gl520_driver = {
104 .remove = gl520_remove, 104 .remove = gl520_remove,
105 .id_table = gl520_id, 105 .id_table = gl520_id,
106 .detect = gl520_detect, 106 .detect = gl520_detect,
107 .address_data = &addr_data, 107 .address_list = normal_i2c,
108}; 108};
109 109
110/* Client data */ 110/* Client data */