diff options
Diffstat (limited to 'drivers/hwmon/adm9240.c')
-rw-r--r-- | drivers/hwmon/adm9240.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/adm9240.c b/drivers/hwmon/adm9240.c index d52100027665..82edf286ebdc 100644 --- a/drivers/hwmon/adm9240.c +++ b/drivers/hwmon/adm9240.c | |||
@@ -645,11 +645,8 @@ static int adm9240_detach_client(struct i2c_client *client) | |||
645 | 645 | ||
646 | hwmon_device_unregister(data->class_dev); | 646 | hwmon_device_unregister(data->class_dev); |
647 | 647 | ||
648 | if ((err = i2c_detach_client(client))) { | 648 | if ((err = i2c_detach_client(client))) |
649 | dev_err(&client->dev, "Client deregistration failed, " | ||
650 | "client not detached.\n"); | ||
651 | return err; | 649 | return err; |
652 | } | ||
653 | 650 | ||
654 | kfree(data); | 651 | kfree(data); |
655 | return 0; | 652 | return 0; |