aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/bluetooth/dtl1_cs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c
index 901bdd95655f..2cc7b3266eaf 100644
--- a/drivers/bluetooth/dtl1_cs.c
+++ b/drivers/bluetooth/dtl1_cs.c
@@ -415,6 +415,8 @@ static int dtl1_hci_send_frame(struct sk_buff *skb)
415 hdev->stat.sco_tx++; 415 hdev->stat.sco_tx++;
416 nsh.type = 0x83; 416 nsh.type = 0x83;
417 break; 417 break;
418 default:
419 return -EILSEQ;
418 }; 420 };
419 421
420 nsh.zero = 0; 422 nsh.zero = 0;