aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm83.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm83.c')
-rw-r--r--drivers/hwmon/lm83.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/lm83.c b/drivers/hwmon/lm83.c
index 0223b4d2ce1d..f3557f8826a9 100644
--- a/drivers/hwmon/lm83.c
+++ b/drivers/hwmon/lm83.c
@@ -363,11 +363,8 @@ static int lm83_detach_client(struct i2c_client *client)
363 363
364 hwmon_device_unregister(data->class_dev); 364 hwmon_device_unregister(data->class_dev);
365 365
366 if ((err = i2c_detach_client(client))) { 366 if ((err = i2c_detach_client(client)))
367 dev_err(&client->dev,
368 "Client deregistration failed, client not detached.\n");
369 return err; 367 return err;
370 }
371 368
372 kfree(data); 369 kfree(data);
373 return 0; 370 return 0;