aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/hci_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_request.c b/net/bluetooth/hci_request.c
index adfcd6f1d0de..edf2199de4ff 100644
--- a/net/bluetooth/hci_request.c
+++ b/net/bluetooth/hci_request.c
@@ -1018,7 +1018,7 @@ void __hci_req_update_scan_rsp_data(struct hci_request *req, int instance)
if (instance == HCI_ADV_CURRENT)
instance = get_current_adv_instance(req->hdev);
- update_inst_scan_rsp_data(req, get_current_adv_instance(req->hdev));
+ update_inst_scan_rsp_data(req, instance);
}
static u8 create_instance_adv_data(struct hci_dev *hdev, u8 instance, u8 *ptr)