Message ID | 20241004230410.299824-3-dev@aaront.org |
---|---|
State | Accepted |
Commit | d18b99bb87950ea9c57fff9dbb8fa782eb1b3418 |
Headers | show |
Series | Bluetooth: Fix a few module init/deinit bugs | expand |
diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.c index 67604ccec2f4..9425d0680844 100644 --- a/net/bluetooth/af_bluetooth.c +++ b/net/bluetooth/af_bluetooth.c @@ -830,6 +830,8 @@ static int __init bt_init(void) static void __exit bt_exit(void) { + iso_exit(); + mgmt_exit(); sco_exit();