|
@@ -617,6 +617,7 @@ EXPORT_SYMBOL_GPL(__serdev_device_driver_register);
|
|
static void __exit serdev_exit(void)
|
|
static void __exit serdev_exit(void)
|
|
{
|
|
{
|
|
bus_unregister(&serdev_bus_type);
|
|
bus_unregister(&serdev_bus_type);
|
|
|
|
+ ida_destroy(&ctrl_ida);
|
|
}
|
|
}
|
|
module_exit(serdev_exit);
|
|
module_exit(serdev_exit);
|
|
|
|
|