Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c41c8a7 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcache: Trivial error handling fix

parent c78afc62
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2065,6 +2065,7 @@ static void bcache_exit(void)
		kobject_put(bcache_kobj);
	if (bcache_wq)
		destroy_workqueue(bcache_wq);
	if (bcache_major)
		unregister_blkdev(bcache_major, "bcache");
	unregister_reboot_notifier(&reboot);
}