]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Remove unneeded locking
authorAndre Guedes <andre.guedes@openbossa.org>
Fri, 27 Jan 2012 22:42:03 +0000 (19:42 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 13 Feb 2012 15:01:30 +0000 (17:01 +0200)
commite72acc13c770a82b4ce4a07e9716f29320eae0f8
tree22db95d0af76335b8623a19b58600c6aeea2d244
parent2f304d1e8bf89f2258a6c2e08c0bc2c5debd08f7
Bluetooth: Remove unneeded locking

We don't need locking hdev in hci_conn_timeout() since it doesn't
access any hdev's shared resources, it basically queues HCI commands.

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@openbossa.org>
Reviewed-by: Ulisses Furquim <ulisses@profusion.mobi>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_conn.c