aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max1619.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/max1619.c')
-rw-r--r--drivers/hwmon/max1619.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/max1619.c b/drivers/hwmon/max1619.c
index 7fcf5ff89e7f..4baf94efd372 100644
--- a/drivers/hwmon/max1619.c
+++ b/drivers/hwmon/max1619.c
@@ -88,7 +88,7 @@ static int temp_to_reg(int val)
88 88
89static int max1619_probe(struct i2c_client *client, 89static int max1619_probe(struct i2c_client *client,
90 const struct i2c_device_id *id); 90 const struct i2c_device_id *id);
91static int max1619_detect(struct i2c_client *client, int kind, 91static int max1619_detect(struct i2c_client *client,
92 struct i2c_board_info *info); 92 struct i2c_board_info *info);
93static void max1619_init_client(struct i2c_client *client); 93static void max1619_init_client(struct i2c_client *client);
94static int max1619_remove(struct i2c_client *client); 94static int max1619_remove(struct i2c_client *client);
@@ -226,7 +226,7 @@ static const struct attribute_group max1619_group = {
226 */ 226 */
227 227
228/* Return 0 if detection is successful, -ENODEV otherwise */ 228/* Return 0 if detection is successful, -ENODEV otherwise */
229static int max1619_detect(struct i2c_client *client, int kind, 229static int max1619_detect(struct i2c_client *client,
230 struct i2c_board_info *info) 230 struct i2c_board_info *info)
231{ 231{
232 struct i2c_adapter *adapter = client->adapter; 232 struct i2c_adapter *adapter = client->adapter;