Bluetooth: Fix another locking unbalance
authorGustavo F. Padovan <padovan@profusion.mobi>
Thu, 14 Apr 2011 21:34:34 +0000 (18:34 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 14 Apr 2011 21:34:34 +0000 (18:34 -0300)
commit62f3a2cfb1891c070631e496eeea852e949ea8bb
tree2d1a6d60f612f14fd7fdb9bd256f621cac0dc544
parent280f294f7bd0c14d9f802a551c95dc930e31d723
Bluetooth: Fix another locking unbalance

l2cap_get_sock_by_scid was changed to not lock the socket anymore, but I
forgot to change all the users of this function.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/l2cap_core.c