aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm63.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm63.c')
-rw-r--r--drivers/hwmon/lm63.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/lm63.c b/drivers/hwmon/lm63.c
index e19b11fd4816..736126d73aa2 100644
--- a/drivers/hwmon/lm63.c
+++ b/drivers/hwmon/lm63.c
@@ -520,11 +520,8 @@ static int lm63_detach_client(struct i2c_client *client)
520 520
521 hwmon_device_unregister(data->class_dev); 521 hwmon_device_unregister(data->class_dev);
522 522
523 if ((err = i2c_detach_client(client))) { 523 if ((err = i2c_detach_client(client)))
524 dev_err(&client->dev, "Client deregistration failed, "
525 "client not detached\n");
526 return err; 524 return err;
527 }
528 525
529 kfree(data); 526 kfree(data);
530 return 0; 527 return 0;