Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155980
b: refs/heads/master
c: 79f0313
h: refs/heads/master
v: v3
  • Loading branch information
Xiaotian Feng authored and Greg Kroah-Hartman committed Jul 28, 2009
1 parent 567214b commit 8f2aa5a
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: 4df7b3e0370ab6161ea2f258f51dd7c43bef2bda
refs/heads/master: 79f0313bfc67aa13abb931e8c12a1411f0161a68
2 changes: 1 addition & 1 deletion trunk/drivers/base/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ int sysdev_register(struct sys_device *sysdev)
drv->add(sysdev);
}
mutex_unlock(&sysdev_drivers_lock);
kobject_uevent(&sysdev->kobj, KOBJ_ADD);
}

kobject_uevent(&sysdev->kobj, KOBJ_ADD);
return error;
}

Expand Down

0 comments on commit 8f2aa5a

Please sign in to comment.