Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336748
b: refs/heads/master
c: 4b6d1f1
h: refs/heads/master
v: v3
  • Loading branch information
LongX Zhang authored and Rafael J. Wysocki committed Nov 14, 2012
1 parent 0f72edc commit a6f4ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8316bd72c0248adbb9572abf2dd045a95f682bcd
refs/heads/master: 4b6d1f12f9c4e0e420d5747d3ae285d8f66d627f
2 changes: 1 addition & 1 deletion trunk/drivers/base/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,6 @@ void device_del(struct device *dev)
if (dev->bus)
blocking_notifier_call_chain(&dev->bus->p->bus_notifier,
BUS_NOTIFY_DEL_DEVICE, dev);
device_pm_remove(dev);
dpm_sysfs_remove(dev);
if (parent)
klist_del(&dev->p->knode_parent);
Expand All @@ -1205,6 +1204,7 @@ void device_del(struct device *dev)
device_remove_file(dev, &uevent_attr);
device_remove_attrs(dev);
bus_remove_device(dev);
device_pm_remove(dev);
driver_deferred_probe_del(dev);

/* Notify the platform of the removal, in case they
Expand Down

0 comments on commit a6f4ca5

Please sign in to comment.