commit | f2005e1777614b65d1970924ca1b61e4caccb0d3 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Thu Mar 13 12:32:43 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Mar 13 13:11:43 2008 -0700 |
tree | d78705602ae404cd04a8eb8780e4ec52ec1600de | |
parent | bd0e88e5174035d69204636289a21dc4c14238ec [diff] |
block: floppy: fix rmmod lockup Floppy rmmod locks up when no such hardware was initialized, since there is nobody to wake the remove code up. Remove the completion, because release is called during platform_unregister anyway. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>