aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83793.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/w83793.c')
-rw-r--r--drivers/hwmon/w83793.c4
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);
230static int w83793_write_value(struct i2c_client *client, u16 reg, u8 value); 230static int w83793_write_value(struct i2c_client *client, u16 reg, u8 value);
231static int w83793_probe(struct i2c_client *client, 231static int w83793_probe(struct i2c_client *client,
232 const struct i2c_device_id *id); 232 const struct i2c_device_id *id);
233static int w83793_detect(struct i2c_client *client, int kind, 233static int w83793_detect(struct i2c_client *client,
234 struct i2c_board_info *info); 234 struct i2c_board_info *info);
235static int w83793_remove(struct i2c_client *client); 235static int w83793_remove(struct i2c_client *client);
236static void w83793_init_client(struct i2c_client *client); 236static 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 */
1164static int w83793_detect(struct i2c_client *client, int kind, 1164static 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;