Merge tag 'mmc-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Pull MMC fixes from Ulf Hansson: "MMC core: - Prevent bus reference leak in mmc_blk_init() MMC host: - tmio: Fix error handling when issuing CMD23 - jz4740: Fix race condition in IRQ mask update" * tag 'mmc-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: mmc: tmio: Fix error handling when issuing CMD23 mmc: core: Prevent bus reference leak in mmc_blk_init() mmc: jz4740: Fix race condition in IRQ mask update
This commit is contained in:
@@ -3080,6 +3080,7 @@ static void __exit mmc_blk_exit(void)
|
||||
mmc_unregister_driver(&mmc_driver);
|
||||
unregister_blkdev(MMC_BLOCK_MAJOR, "mmc");
|
||||
unregister_chrdev_region(mmc_rpmb_devt, MAX_DEVICES);
|
||||
bus_unregister(&mmc_rpmb_bus_type);
|
||||
}
|
||||
|
||||
module_init(mmc_blk_init);
|
||||
|
Reference in New Issue
Block a user