import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / bluetooth / amp.c
index d459ed43c779d776e453634db290d08f48d5a7c7..a3f3380c2095078ae4e348dce2618e82642947c1 100644 (file)
@@ -113,7 +113,7 @@ struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr,
        bdaddr_t *dst = mgr->l2cap_conn->dst;
        struct hci_conn *hcon;
 
-       hcon = hci_conn_add(hdev, AMP_LINK, dst);
+       hcon = hci_conn_add(hdev, AMP_LINK, 0, dst);
        if (!hcon)
                return NULL;