diff options
Diffstat (limited to 'drivers/hwmon/lm95241.c')
-rw-r--r-- | drivers/hwmon/lm95241.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm95241.c b/drivers/hwmon/lm95241.c index 05ede4137e22..55e3bfd49706 100644 --- a/drivers/hwmon/lm95241.c +++ b/drivers/hwmon/lm95241.c | |||
@@ -460,7 +460,7 @@ static struct i2c_driver lm95241_driver = { | |||
460 | .remove = lm95241_remove, | 460 | .remove = lm95241_remove, |
461 | .id_table = lm95241_id, | 461 | .id_table = lm95241_id, |
462 | .detect = lm95241_detect, | 462 | .detect = lm95241_detect, |
463 | .address_data = &addr_data, | 463 | .address_list = normal_i2c, |
464 | }; | 464 | }; |
465 | 465 | ||
466 | static int __init sensors_lm95241_init(void) | 466 | static int __init sensors_lm95241_init(void) |