diff options
Diffstat (limited to 'drivers/hwmon/fscher.c')
-rw-r--r-- | drivers/hwmon/fscher.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/fscher.c b/drivers/hwmon/fscher.c index c7caa95c643b..ddf22fbf4ed1 100644 --- a/drivers/hwmon/fscher.c +++ b/drivers/hwmon/fscher.c | |||
@@ -383,11 +383,8 @@ static int fscher_detach_client(struct i2c_client *client) | |||
383 | 383 | ||
384 | hwmon_device_unregister(data->class_dev); | 384 | hwmon_device_unregister(data->class_dev); |
385 | 385 | ||
386 | if ((err = i2c_detach_client(client))) { | 386 | if ((err = i2c_detach_client(client))) |
387 | dev_err(&client->dev, "Client deregistration failed, " | ||
388 | "client not detached.\n"); | ||
389 | return err; | 387 | return err; |
390 | } | ||
391 | 388 | ||
392 | kfree(data); | 389 | kfree(data); |
393 | return 0; | 390 | return 0; |