Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4038
b: refs/heads/master
c: d62c0f9
h: refs/heads/master
v: v3
  • Loading branch information
Patrick Mochel authored and Greg Kroah-Hartman committed Jun 30, 2005
1 parent 91a580b commit 47cdfc1
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: 23d3d602cb96addd3c1158424fb01a49ea5e81b1
refs/heads/master: d62c0f9fd2d3943a3eca85b490d86e1605000ccb
2 changes: 1 addition & 1 deletion trunk/drivers/base/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ void device_del(struct device * dev)
struct device * parent = dev->parent;

if (parent)
klist_remove(&dev->knode_parent);
klist_del(&dev->knode_parent);

/* Notify the platform of the removal, in case they
* need to do anything...
Expand Down

0 comments on commit 47cdfc1

Please sign in to comment.