Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2358
b: refs/heads/master
c: 0956af5
h: refs/heads/master
v: v3
  • Loading branch information
mochel@digitalimplant.org authored and Greg Kroah-Hartman committed Jun 20, 2005
1 parent 024c012 commit 4b6dd2d
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: 63c4f204ffc8219696bda88eb20c9873d007a2fc
refs/heads/master: 0956af53afea290c5676c75249fc2c180d831375
2 changes: 1 addition & 1 deletion trunk/drivers/base/dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void device_release_driver(struct device * dev)

sysfs_remove_link(&drv->kobj, kobject_name(&dev->kobj));
sysfs_remove_link(&dev->kobj, "driver");
klist_remove(&dev->knode_driver);
klist_del(&dev->knode_driver);

down(&dev->sem);
if (drv->remove)
Expand Down

0 comments on commit 4b6dd2d

Please sign in to comment.