diff options
| -rw-r--r-- | drivers/tty/serdev/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serdev/core.c b/drivers/tty/serdev/core.c index df93b727e984..9e59f4788589 100644 --- a/drivers/tty/serdev/core.c +++ b/drivers/tty/serdev/core.c | |||
| @@ -617,6 +617,7 @@ EXPORT_SYMBOL_GPL(__serdev_device_driver_register); | |||
| 617 | static void __exit serdev_exit(void) | 617 | static void __exit serdev_exit(void) |
| 618 | { | 618 | { |
| 619 | bus_unregister(&serdev_bus_type); | 619 | bus_unregister(&serdev_bus_type); |
| 620 | ida_destroy(&ctrl_ida); | ||
| 620 | } | 621 | } |
| 621 | module_exit(serdev_exit); | 622 | module_exit(serdev_exit); |
| 622 | 623 | ||
