Bluetooth: rename hci_conn_put to hci_conn_drop
[deliverable/linux.git] / net / bluetooth / smp.c
index 5abefb12891d5144f97d1feacb0803937b0c9765..b2296d3857a0f492fca46cd7de02119a194e863f 100644 (file)
@@ -522,7 +522,7 @@ void smp_chan_destroy(struct l2cap_conn *conn)
        kfree(smp);
        conn->smp_chan = NULL;
        conn->hcon->smp_conn = NULL;
-       hci_conn_put(conn->hcon);
+       hci_conn_drop(conn->hcon);
 }
 
 int smp_user_confirm_reply(struct hci_conn *hcon, u16 mgmt_op, __le32 passkey)
This page took 0.036502 seconds and 5 git commands to generate.