commit | f5ef2abcbeb5b0be23f7cc610a024b2406e3d8e6 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Apr 01 10:54:13 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Apr 01 10:54:13 2007 -0700 |
tree | f0ded5f4a61f4db25794d097725e1d37d872c80c | |
parent | 755948cfca16c71b16e8ff4a9d4dd31b1c0bf923 [diff] |
driver core: do not wait unnecessarily in driver_unregister() 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>