diff options
Diffstat (limited to 'drivers/mtd/mtdchar.c')
-rw-r--r-- | drivers/mtd/mtdchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/mtdchar.c b/drivers/mtd/mtdchar.c index 3f92731a5b9e..f1af2228a1b1 100644 --- a/drivers/mtd/mtdchar.c +++ b/drivers/mtd/mtdchar.c | |||
@@ -1192,7 +1192,7 @@ err_unregister_chdev: | |||
1192 | static void __exit cleanup_mtdchar(void) | 1192 | static void __exit cleanup_mtdchar(void) |
1193 | { | 1193 | { |
1194 | unregister_mtd_user(&mtdchar_notifier); | 1194 | unregister_mtd_user(&mtdchar_notifier); |
1195 | mntput(mtd_inode_mnt); | 1195 | kern_unmount(mtd_inode_mnt); |
1196 | unregister_filesystem(&mtd_inodefs_type); | 1196 | unregister_filesystem(&mtd_inodefs_type); |
1197 | __unregister_chrdev(MTD_CHAR_MAJOR, 0, 1 << MINORBITS, "mtd"); | 1197 | __unregister_chrdev(MTD_CHAR_MAJOR, 0, 1 << MINORBITS, "mtd"); |
1198 | } | 1198 | } |