diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/l2cap_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index bca3dd91bcbc..7c453d6f7354 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c | |||
@@ -1062,7 +1062,7 @@ static void l2cap_send_disconn_req(struct l2cap_conn *conn, | |||
1062 | } | 1062 | } |
1063 | 1063 | ||
1064 | if (chan->chan_type == L2CAP_CHAN_CONN_FIX_A2MP) { | 1064 | if (chan->chan_type == L2CAP_CHAN_CONN_FIX_A2MP) { |
1065 | __l2cap_state_change(chan, BT_DISCONN); | 1065 | l2cap_state_change(chan, BT_DISCONN); |
1066 | return; | 1066 | return; |
1067 | } | 1067 | } |
1068 | 1068 | ||