aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth')
-rw-r--r--net/bluetooth/l2cap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap.c
index c0c091533bd0..77e6715d7898 100644
--- a/net/bluetooth/l2cap.c
+++ b/net/bluetooth/l2cap.c
@@ -844,7 +844,7 @@ static int l2cap_do_connect(struct sock *sk)
844 struct hci_conn *hcon; 844 struct hci_conn *hcon;
845 struct hci_dev *hdev; 845 struct hci_dev *hdev;
846 __u8 auth_type; 846 __u8 auth_type;
847 int err = 0; 847 int err;
848 848
849 BT_DBG("%s -> %s psm 0x%2.2x", batostr(src), batostr(dst), 849 BT_DBG("%s -> %s psm 0x%2.2x", batostr(src), batostr(dst),
850 l2cap_pi(sk)->psm); 850 l2cap_pi(sk)->psm);