]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1583de697600e69308c71b03a0c00deda1874d4
tree2d1a6d60f612f14fd7fdb9bd256f621cac0dc544
parentb48506d398d629e1c06372cf35c53e82bcd404d3
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