diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-05-11 18:26:06 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-05-12 00:53:46 -0400 |
commit | 55183d06cd1bd939ceccdad628b0aae12c86b803 (patch) | |
tree | 4db3df5cb93787c7c46abaf91d07faae5d079ea1 /net/bluetooth | |
parent | 365227e5fdf3d117e096416d9d3cc148959a829e (diff) |
Bluetooth: Remove leftover debug messages
They were added by me while testing and I forgot to remove.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/l2cap_core.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index d0769a83cb58..a5ab4a29ae31 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c | |||
@@ -2095,7 +2095,7 @@ static inline int l2cap_connect_req(struct l2cap_conn *conn, struct l2cap_cmd_hd | |||
2095 | u16 dcid = 0, scid = __le16_to_cpu(req->scid); | 2095 | u16 dcid = 0, scid = __le16_to_cpu(req->scid); |
2096 | __le16 psm = req->psm; | 2096 | __le16 psm = req->psm; |
2097 | 2097 | ||
2098 | BT_ERR("psm 0x%2.2x scid 0x%4.4x", psm, scid); | 2098 | BT_DBG("psm 0x%2.2x scid 0x%4.4x", psm, scid); |
2099 | 2099 | ||
2100 | /* Check if we have socket listening on psm */ | 2100 | /* Check if we have socket listening on psm */ |
2101 | pchan = l2cap_global_chan_by_psm(BT_LISTEN, psm, conn->src); | 2101 | pchan = l2cap_global_chan_by_psm(BT_LISTEN, psm, conn->src); |
@@ -2104,8 +2104,6 @@ static inline int l2cap_connect_req(struct l2cap_conn *conn, struct l2cap_cmd_hd | |||
2104 | goto sendresp; | 2104 | goto sendresp; |
2105 | } | 2105 | } |
2106 | 2106 | ||
2107 | BT_ERR("%p 0x%2.2x", pchan, pchan->psm); | ||
2108 | |||
2109 | parent = pchan->sk; | 2107 | parent = pchan->sk; |
2110 | 2108 | ||
2111 | bh_lock_sock(parent); | 2109 | bh_lock_sock(parent); |