aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm73.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm73.c')
-rw-r--r--drivers/hwmon/lm73.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm73.c b/drivers/hwmon/lm73.c
index 0bf8b2a8e9f0..e610da9bd80c 100644
--- a/drivers/hwmon/lm73.c
+++ b/drivers/hwmon/lm73.c
@@ -151,7 +151,7 @@ static const struct i2c_device_id lm73_ids[] = {
151MODULE_DEVICE_TABLE(i2c, lm73_ids); 151MODULE_DEVICE_TABLE(i2c, lm73_ids);
152 152
153/* Return 0 if detection is successful, -ENODEV otherwise */ 153/* Return 0 if detection is successful, -ENODEV otherwise */
154static int lm73_detect(struct i2c_client *new_client, int kind, 154static int lm73_detect(struct i2c_client *new_client,
155 struct i2c_board_info *info) 155 struct i2c_board_info *info)
156{ 156{
157 struct i2c_adapter *adapter = new_client->adapter; 157 struct i2c_adapter *adapter = new_client->adapter;