]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/bluetooth/hci_core.c
net: Remove unnecessary returns from void function()s
[net-next-2.6.git] / net / bluetooth / hci_core.c
index 5e83f8e0877a73b7712ce1a88f2e3002a5cd6f3d..2f768de8701178091008cca90346647790fe6706 100644 (file)
@@ -1316,8 +1316,6 @@ void hci_send_acl(struct hci_conn *conn, struct sk_buff *skb, __u16 flags)
        }
 
        tasklet_schedule(&hdev->tx_task);
-
-       return;
 }
 EXPORT_SYMBOL(hci_send_acl);