0234770d69a0bdbe7dfbc34ae3e5aa8f274621 parent f3944d61ddc65722539ffd7b6f5b7c7217c136cc author Akinobu Mita 1219266549 -0700 committer Linus Torvalds 1219272030 -0700 brd: fix name argument of unregister_blkdev() The name of brd block device is "ramdisk", it's not "brd". (The block device is registered by register_blkdev(RAMDISK_MAJOR, "ramdisk") So it should be unregistered by unregister_blkdev(RAMDISK_MAJOR, "ramdisk") Signed-off-by: Akinobu Mita Acked-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds [ně_™)x