From: Gustavo F. Padovan Date: Fri, 17 Jun 2011 16:03:21 +0000 (-0300) Subject: Bluetooth: Replace spin_lock by mutex in hci_dev X-Git-Tag: v3.3-rc1~182^2~44^2~71^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09fd0de5bd8f8ef3317e5365f92f1a13dcd89aa9;p=pandora-kernel.git Bluetooth: Replace spin_lock by mutex in hci_dev Now we run everything in HCI in process context, so it's a better idea use mutex instead spin_lock. The macro remains hci_dev_lock() (and I got rid of hci_dev_lock_bh()), of course. Acked-by: Marcel Holtmann Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed