diff options
Diffstat (limited to 'drivers/hwmon/w83793.c')
-rw-r--r-- | drivers/hwmon/w83793.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/w83793.c b/drivers/hwmon/w83793.c index 80a2191bf127..acf35e6e2ab9 100644 --- a/drivers/hwmon/w83793.c +++ b/drivers/hwmon/w83793.c | |||
@@ -230,7 +230,7 @@ static u8 w83793_read_value(struct i2c_client *client, u16 reg); | |||
230 | static int w83793_write_value(struct i2c_client *client, u16 reg, u8 value); | 230 | static int w83793_write_value(struct i2c_client *client, u16 reg, u8 value); |
231 | static int w83793_probe(struct i2c_client *client, | 231 | static int w83793_probe(struct i2c_client *client, |
232 | const struct i2c_device_id *id); | 232 | const struct i2c_device_id *id); |
233 | static int w83793_detect(struct i2c_client *client, int kind, | 233 | static int w83793_detect(struct i2c_client *client, |
234 | struct i2c_board_info *info); | 234 | struct i2c_board_info *info); |
235 | static int w83793_remove(struct i2c_client *client); | 235 | static int w83793_remove(struct i2c_client *client); |
236 | static void w83793_init_client(struct i2c_client *client); | 236 | static void w83793_init_client(struct i2c_client *client); |
@@ -1161,7 +1161,7 @@ ERROR_SC_0: | |||
1161 | } | 1161 | } |
1162 | 1162 | ||
1163 | /* Return 0 if detection is successful, -ENODEV otherwise */ | 1163 | /* Return 0 if detection is successful, -ENODEV otherwise */ |
1164 | static int w83793_detect(struct i2c_client *client, int kind, | 1164 | static int w83793_detect(struct i2c_client *client, |
1165 | struct i2c_board_info *info) | 1165 | struct i2c_board_info *info) |
1166 | { | 1166 | { |
1167 | u8 tmp, bank, chip_id; | 1167 | u8 tmp, bank, chip_id; |