aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_request.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/hci_request.c')
-rw-r--r--net/bluetooth/hci_request.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/bluetooth/hci_request.c b/net/bluetooth/hci_request.c
index edf2199de4ff..f1529d7740f6 100644
--- a/net/bluetooth/hci_request.c
+++ b/net/bluetooth/hci_request.c
@@ -1187,8 +1187,7 @@ static void adv_timeout_expire(struct work_struct *work)
1187 if (list_empty(&hdev->adv_instances)) 1187 if (list_empty(&hdev->adv_instances))
1188 __hci_req_disable_advertising(&req); 1188 __hci_req_disable_advertising(&req);
1189 1189
1190 if (!skb_queue_empty(&req.cmd_q)) 1190 hci_req_run(&req, NULL);
1191 hci_req_run(&req, NULL);
1192 1191
1193unlock: 1192unlock:
1194 hci_dev_unlock(hdev); 1193 hci_dev_unlock(hdev);