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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/max1619.c b/drivers/hwmon/max1619.c
index 5f0376575c62..a53d7df92ba2 100644
--- a/drivers/hwmon/max1619.c
+++ b/drivers/hwmon/max1619.c
@@ -322,11 +322,8 @@ static int max1619_detach_client(struct i2c_client *client)
322 322
323 hwmon_device_unregister(data->class_dev); 323 hwmon_device_unregister(data->class_dev);
324 324
325 if ((err = i2c_detach_client(client))) { 325 if ((err = i2c_detach_client(client)))
326 dev_err(&client->dev, "Client deregistration failed, "
327 "client not detached.\n");
328 return err; 326 return err;
329 }
330 327
331 kfree(data); 328 kfree(data);
332 return 0; 329 return 0;