Bluetooth: Clean up socket locking in l2cap_sock_recvmsg
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 25 Sep 2013 10:26:05 +0000 (13:26 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 25 Sep 2013 17:30:10 +0000 (14:30 -0300)
commit970871bc9cb2f5f783cb7cca31ff223c44662327
tree7b4cb482b6441f43b17388b359232f36d0b47dc6
parent0fba96f97bba73469dd952319fddc4a3cc99dd97
Bluetooth: Clean up socket locking in l2cap_sock_recvmsg

This patch cleans up the locking login in l2cap_sock_recvmsg by pairing
up each lock_sock call with a release_sock call. The function already
has a "done" label that handles releasing the socket and returning from
the function so the fix is rather simple.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/l2cap_sock.c