|
@@ -734,7 +734,7 @@ error:
|
|
|
return err;
|
|
|
}
|
|
|
|
|
|
-int __exit hci_sock_cleanup(void)
|
|
|
+void __exit hci_sock_cleanup(void)
|
|
|
{
|
|
|
if (bt_sock_unregister(BTPROTO_HCI) < 0)
|
|
|
BT_ERR("HCI socket unregistration failed");
|
|
@@ -742,6 +742,4 @@ int __exit hci_sock_cleanup(void)
|
|
|
hci_unregister_notifier(&hci_sock_nblock);
|
|
|
|
|
|
proto_unregister(&hci_sk_proto);
|
|
|
-
|
|
|
- return 0;
|
|
|
}
|