aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm90.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm90.c')
-rw-r--r--drivers/hwmon/lm90.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/lm90.c b/drivers/hwmon/lm90.c
index 4b914ec205fa..fbf9dac41ee5 100644
--- a/drivers/hwmon/lm90.c
+++ b/drivers/hwmon/lm90.c
@@ -562,11 +562,8 @@ static int lm90_detach_client(struct i2c_client *client)
562 562
563 hwmon_device_unregister(data->class_dev); 563 hwmon_device_unregister(data->class_dev);
564 564
565 if ((err = i2c_detach_client(client))) { 565 if ((err = i2c_detach_client(client)))
566 dev_err(&client->dev, "Client deregistration failed, "
567 "client not detached.\n");
568 return err; 566 return err;
569 }
570 567
571 kfree(data); 568 kfree(data);
572 return 0; 569 return 0;