diff options
Diffstat (limited to 'drivers/hwmon/adm1025.c')
-rw-r--r-- | drivers/hwmon/adm1025.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/adm1025.c b/drivers/hwmon/adm1025.c index bdba01e2f3ed..181dadf42002 100644 --- a/drivers/hwmon/adm1025.c +++ b/drivers/hwmon/adm1025.c | |||
@@ -517,11 +517,8 @@ static int adm1025_detach_client(struct i2c_client *client) | |||
517 | 517 | ||
518 | hwmon_device_unregister(data->class_dev); | 518 | hwmon_device_unregister(data->class_dev); |
519 | 519 | ||
520 | if ((err = i2c_detach_client(client))) { | 520 | if ((err = i2c_detach_client(client))) |
521 | dev_err(&client->dev, "Client deregistration failed, " | ||
522 | "client not detached.\n"); | ||
523 | return err; | 521 | return err; |
524 | } | ||
525 | 522 | ||
526 | kfree(data); | 523 | kfree(data); |
527 | return 0; | 524 | return 0; |