commit | f4480240f700587c15507b7815e75989b16825b2 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Tue Jul 17 04:03:47 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jul 17 10:23:03 2007 -0700 |
tree | 96eac4ec200cf49cb1cbbdf185befca34d83b629 | |
parent | c6d4d63489f2e3ce38c80e7073952f0c58d4c2bc [diff] |
unregister_blkdev(): return void Put WARN_ON and fixed all callers of unregister_blkdev(). Now we can make unregister_blkdev return void. Cc: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>