diff options
Diffstat (limited to 'drivers/hwmon/w83792d.c')
-rw-r--r-- | drivers/hwmon/w83792d.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/w83792d.c b/drivers/hwmon/w83792d.c index 38978851333f..03b836cdafa6 100644 --- a/drivers/hwmon/w83792d.c +++ b/drivers/hwmon/w83792d.c | |||
@@ -302,7 +302,7 @@ struct w83792d_data { | |||
302 | 302 | ||
303 | static int w83792d_probe(struct i2c_client *client, | 303 | static int w83792d_probe(struct i2c_client *client, |
304 | const struct i2c_device_id *id); | 304 | const struct i2c_device_id *id); |
305 | static int w83792d_detect(struct i2c_client *client, int kind, | 305 | static int w83792d_detect(struct i2c_client *client, |
306 | struct i2c_board_info *info); | 306 | struct i2c_board_info *info); |
307 | static int w83792d_remove(struct i2c_client *client); | 307 | static int w83792d_remove(struct i2c_client *client); |
308 | static struct w83792d_data *w83792d_update_device(struct device *dev); | 308 | static struct w83792d_data *w83792d_update_device(struct device *dev); |
@@ -1263,7 +1263,7 @@ static const struct attribute_group w83792d_group = { | |||
1263 | 1263 | ||
1264 | /* Return 0 if detection is successful, -ENODEV otherwise */ | 1264 | /* Return 0 if detection is successful, -ENODEV otherwise */ |
1265 | static int | 1265 | static int |
1266 | w83792d_detect(struct i2c_client *client, int kind, struct i2c_board_info *info) | 1266 | w83792d_detect(struct i2c_client *client, struct i2c_board_info *info) |
1267 | { | 1267 | { |
1268 | struct i2c_adapter *adapter = client->adapter; | 1268 | struct i2c_adapter *adapter = client->adapter; |
1269 | int val1, val2; | 1269 | int val1, val2; |