aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/hci_event.c')
-rw-r--r--net/bluetooth/hci_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
index 899b8991a466..c396542c2b82 100644
--- a/net/bluetooth/hci_event.c
+++ b/net/bluetooth/hci_event.c
@@ -1021,7 +1021,7 @@ static inline void hci_disconn_complete_evt(struct hci_dev *hdev, struct sk_buff
1021 1021
1022 hci_conn_del_sysfs(conn); 1022 hci_conn_del_sysfs(conn);
1023 1023
1024 hci_proto_disconn_ind(conn, ev->reason); 1024 hci_proto_disconn_cfm(conn, ev->reason);
1025 hci_conn_del(conn); 1025 hci_conn_del(conn);
1026 } 1026 }
1027 1027