commit | acf02d23b96efa92e7cff05987122ceeb37dd075 | [log] [tgz] |
---|---|---|
author | Cornelia Huck <[email protected]> | Wed Nov 22 17:49:39 2006 +0100 |
committer | Greg Kroah-Hartman <[email protected]> | Fri Dec 01 14:52:02 2006 -0800 |
tree | 70db884d9e55e9737d311110410c6155e793f1b4 | |
parent | 8a82472f86bf693b8e91ed56c9ca4f62fbbdcfa3 [diff] |
driver core: Use klist_remove() in device_move() As pointed out by Alan Stern, device_move needs to use klist_remove which waits until removal is complete. Signed-off-by: Cornelia Huck <[email protected]> Cc: Alan Stern <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>