git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
755948c
)
driver core: do not wait unnecessarily in driver_unregister()
author
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sun, 1 Apr 2007 17:54:13 +0000
(10:54 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sun, 1 Apr 2007 17:54:13 +0000
(10:54 -0700)
Ingo reported that built-in drivers suffered bootup hangs with certain
driver unregistry sequences, due to sysfs breakage.
Do the minimal fix for v2.6.21: only wait if the driver is a module.
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found