aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adt7470.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/adt7470.c')
-rw-r--r--drivers/hwmon/adt7470.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/adt7470.c b/drivers/hwmon/adt7470.c
index 9ffe5c6e495d..33aa0fa3e990 100644
--- a/drivers/hwmon/adt7470.c
+++ b/drivers/hwmon/adt7470.c
@@ -196,7 +196,7 @@ static struct i2c_driver adt7470_driver = {
196 .remove = adt7470_remove, 196 .remove = adt7470_remove,
197 .id_table = adt7470_id, 197 .id_table = adt7470_id,
198 .detect = adt7470_detect, 198 .detect = adt7470_detect,
199 .address_data = &addr_data, 199 .address_list = normal_i2c,
200}; 200};
201 201
202/* 202/*