1
0
Fork 0

driver core: Remove dpm_sysfs_remove() from error path of device_add()

Since device_pm_remove(dev) calls dpm_sysfs_remove(dev), it's
incorrect to call the latter after the former in the device_add()
error path.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
wifi-calibration
Rafael J. Wysocki 2008-03-03 23:46:51 +01:00 committed by Greg Kroah-Hartman
parent 1b3cbec1dc
commit 135dee0cd0
1 changed files with 0 additions and 1 deletions

View File

@ -839,7 +839,6 @@ int device_add(struct device *dev)
return error;
BusError:
device_pm_remove(dev);
dpm_sysfs_remove(dev);
PMError:
if (dev->bus)
blocking_notifier_call_chain(&dev->bus->p->bus_notifier,