aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/dme1737.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/dme1737.c')
-rw-r--r--drivers/hwmon/dme1737.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/dme1737.c b/drivers/hwmon/dme1737.c
index 7024617c1194..a3af09f9dbad 100644
--- a/drivers/hwmon/dme1737.c
+++ b/drivers/hwmon/dme1737.c
@@ -2318,7 +2318,7 @@ static struct i2c_driver dme1737_i2c_driver = {
2318 .remove = dme1737_i2c_remove, 2318 .remove = dme1737_i2c_remove,
2319 .id_table = dme1737_id, 2319 .id_table = dme1737_id,
2320 .detect = dme1737_i2c_detect, 2320 .detect = dme1737_i2c_detect,
2321 .address_data = &addr_data, 2321 .address_list = normal_i2c,
2322}; 2322};
2323 2323
2324/* --------------------------------------------------------------------- 2324/* ---------------------------------------------------------------------