Bluetooth: Use __l2cap_no_conn_pending helper
[deliverable/linux.git] / net / bluetooth / l2cap_core.c
index a1faaab4183927169e00b291a2359938e9aaf2cf..4479894e0a5a154731f665039bc1581910f21ce8 100644 (file)
@@ -6380,7 +6380,7 @@ int l2cap_security_cfm(struct hci_conn *hcon, u8 status, u8 encrypt)
                        continue;
                }
 
-               if (test_bit(CONF_CONNECT_PEND, &chan->conf_state)) {
+               if (!__l2cap_no_conn_pending(chan)) {
                        l2cap_chan_unlock(chan);
                        continue;
                }
This page took 0.026941 seconds and 5 git commands to generate.