Loading net/bluetooth/hci_conn.c +3 −0 Original line number Diff line number Diff line Loading @@ -393,6 +393,9 @@ int hci_conn_del(struct hci_conn *conn) hci_dev_put(hdev); if (conn->handle == 0) kfree(conn); return 0; } Loading Loading
net/bluetooth/hci_conn.c +3 −0 Original line number Diff line number Diff line Loading @@ -393,6 +393,9 @@ int hci_conn_del(struct hci_conn *conn) hci_dev_put(hdev); if (conn->handle == 0) kfree(conn); return 0; } Loading