|
@@ -748,14 +748,7 @@ static const struct hci_uart_proto bcsp = {
|
|
|
|
|
|
int __init bcsp_init(void)
|
|
int __init bcsp_init(void)
|
|
{
|
|
{
|
|
- int err = hci_uart_register_proto(&bcsp);
|
|
|
|
-
|
|
|
|
- if (!err)
|
|
|
|
- BT_INFO("HCI BCSP protocol initialized");
|
|
|
|
- else
|
|
|
|
- BT_ERR("HCI BCSP protocol registration failed");
|
|
|
|
-
|
|
|
|
- return err;
|
|
|
|
|
|
+ return hci_uart_register_proto(&bcsp);
|
|
}
|
|
}
|
|
|
|
|
|
int __exit bcsp_deinit(void)
|
|
int __exit bcsp_deinit(void)
|