diff options
Diffstat (limited to 'drivers/hwmon/ds1621.c')
-rw-r--r-- | drivers/hwmon/ds1621.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/ds1621.c b/drivers/hwmon/ds1621.c index 4a316a7f7980..3ac37e95d2ef 100644 --- a/drivers/hwmon/ds1621.c +++ b/drivers/hwmon/ds1621.c | |||
@@ -282,11 +282,8 @@ static int ds1621_detach_client(struct i2c_client *client) | |||
282 | 282 | ||
283 | hwmon_device_unregister(data->class_dev); | 283 | hwmon_device_unregister(data->class_dev); |
284 | 284 | ||
285 | if ((err = i2c_detach_client(client))) { | 285 | if ((err = i2c_detach_client(client))) |
286 | dev_err(&client->dev, "Client deregistration failed, " | ||
287 | "client not detached.\n"); | ||
288 | return err; | 286 | return err; |
289 | } | ||
290 | 287 | ||
291 | kfree(data); | 288 | kfree(data); |
292 | 289 | ||