Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196037
b: refs/heads/master
c: fbb88fa
h: refs/heads/master
i:
  196035: 5d5c34c
v: v3
  • Loading branch information
Stefani Seibold authored and Greg Kroah-Hartman committed May 21, 2010
1 parent 0d82d5d commit a397aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6f18ff91d926ab411749a199b06a49f6bc72e9af
refs/heads/master: fbb88fadf7dc2dd6d0d1aa88ff521b2f8552996a
4 changes: 2 additions & 2 deletions trunk/drivers/base/dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ static void driver_bound(struct device *dev)
pr_debug("driver: '%s': %s: bound to device '%s'\n", dev_name(dev),
__func__, dev->driver->name);

klist_add_tail(&dev->p->knode_driver, &dev->driver->p->klist_devices);

if (dev->bus)
blocking_notifier_call_chain(&dev->bus->p->bus_notifier,
BUS_NOTIFY_BOUND_DRIVER, dev);

klist_add_tail(&dev->p->knode_driver, &dev->driver->p->klist_devices);
}

static int driver_sysfs_add(struct device *dev)
Expand Down

0 comments on commit a397aa8

Please sign in to comment.