diff options
-rw-r--r-- | drivers/bluetooth/btusb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 9cbac6b445e1..2755c1a9c38e 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -708,8 +708,7 @@ static int btusb_send_frame(struct sk_buff *skb) | |||
708 | break; | 708 | break; |
709 | 709 | ||
710 | case HCI_ACLDATA_PKT: | 710 | case HCI_ACLDATA_PKT: |
711 | if (!data->bulk_tx_ep || (hdev->conn_hash.acl_num < 1 && | 711 | if (!data->bulk_tx_ep) |
712 | hdev->conn_hash.le_num < 1)) | ||
713 | return -ENODEV; | 712 | return -ENODEV; |
714 | 713 | ||
715 | urb = usb_alloc_urb(0, GFP_ATOMIC); | 714 | urb = usb_alloc_urb(0, GFP_ATOMIC); |