diff options
-rw-r--r-- | drivers/block/nvme-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/nvme-core.c b/drivers/block/nvme-core.c index cd8a8bc711cc..b82155888845 100644 --- a/drivers/block/nvme-core.c +++ b/drivers/block/nvme-core.c | |||
@@ -2912,6 +2912,7 @@ static void __exit nvme_exit(void) | |||
2912 | unregister_blkdev(nvme_major, "nvme"); | 2912 | unregister_blkdev(nvme_major, "nvme"); |
2913 | destroy_workqueue(nvme_workq); | 2913 | destroy_workqueue(nvme_workq); |
2914 | BUG_ON(nvme_thread && !IS_ERR(nvme_thread)); | 2914 | BUG_ON(nvme_thread && !IS_ERR(nvme_thread)); |
2915 | _nvme_check_size(); | ||
2915 | } | 2916 | } |
2916 | 2917 | ||
2917 | MODULE_AUTHOR("Matthew Wilcox <willy@linux.intel.com>"); | 2918 | MODULE_AUTHOR("Matthew Wilcox <willy@linux.intel.com>"); |