diff options
Diffstat (limited to 'drivers/hwmon/lm80.c')
-rw-r--r-- | drivers/hwmon/lm80.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/lm80.c b/drivers/hwmon/lm80.c index fa2cb17018cc..36a0cda36a7d 100644 --- a/drivers/hwmon/lm80.c +++ b/drivers/hwmon/lm80.c | |||
@@ -510,11 +510,8 @@ static int lm80_detach_client(struct i2c_client *client) | |||
510 | 510 | ||
511 | hwmon_device_unregister(data->class_dev); | 511 | hwmon_device_unregister(data->class_dev); |
512 | 512 | ||
513 | if ((err = i2c_detach_client(client))) { | 513 | if ((err = i2c_detach_client(client))) |
514 | dev_err(&client->dev, "Client deregistration failed, " | ||
515 | "client not detached.\n"); | ||
516 | return err; | 514 | return err; |
517 | } | ||
518 | 515 | ||
519 | kfree(data); | 516 | kfree(data); |
520 | return 0; | 517 | return 0; |