diff options
Diffstat (limited to 'net/bluetooth/l2cap_core.c')
| -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 4f8f37599962..e817ff0607a0 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c @@ -7905,7 +7905,7 @@ int l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid,  			hcon = hci_connect_le(hdev, dst, dst_type, false,  					      chan->sec_level,  					      HCI_LE_CONN_TIMEOUT, -					      HCI_ROLE_SLAVE, NULL); +					      HCI_ROLE_SLAVE);  		else  			hcon = hci_connect_le_scan(hdev, dst, dst_type,  						   chan->sec_level, |