aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/fschmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/fschmd.c')
-rw-r--r--drivers/hwmon/fschmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/fschmd.c b/drivers/hwmon/fschmd.c
index bce18e0f1d61..4eebbbeba2d1 100644
--- a/drivers/hwmon/fschmd.c
+++ b/drivers/hwmon/fschmd.c
@@ -251,7 +251,7 @@ static struct i2c_driver fschmd_driver = {
251 .remove = fschmd_remove, 251 .remove = fschmd_remove,
252 .id_table = fschmd_id, 252 .id_table = fschmd_id,
253 .detect = fschmd_detect, 253 .detect = fschmd_detect,
254 .address_data = &addr_data, 254 .address_list = normal_i2c,
255}; 255};
256 256
257/* 257/*