From: Andre Guedes Date: Fri, 27 Jan 2012 22:42:03 +0000 (-0300) Subject: Bluetooth: Remove unneeded locking X-Git-Tag: v3.4-rc1~177^2~112^2~203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72acc13c770a82b4ce4a07e9716f29320eae0f8;p=pandora-kernel.git 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 Signed-off-by: Vinicius Costa Gomes Reviewed-by: Ulisses Furquim Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed