unregister_blkdev() delete redundant messages in callers
No need to warn unregister_blkdev() failure by the callers. (The previous patch makes unregister_blkdev() print error message in error case) 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>
This commit is contained in:
committed by
Linus Torvalds
parent
294462a5c6
commit
00d59405cf
@@ -619,8 +619,7 @@ static void __exit jsflash_cleanup_module(void)
|
||||
jsf0.busy = 0;
|
||||
|
||||
misc_deregister(&jsf_dev);
|
||||
if (unregister_blkdev(JSFD_MAJOR, "jsfd") != 0)
|
||||
printk("jsfd: cleanup_module failed\n");
|
||||
unregister_blkdev(JSFD_MAJOR, "jsfd");
|
||||
blk_cleanup_queue(jsf_queue);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user