Bluetooth: hci_intel: Replace spinlock with mutex
authorLoic Poulain <loic.poulain@intel.com>
Mon, 31 Aug 2015 16:34:31 +0000 (18:34 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 17 Sep 2015 11:20:01 +0000 (13:20 +0200)
commit67c8bde04d8587a57112993d1342c62b851b0756
tree8b6a89e85a073b42016bacca619146c528e6d9db
parentf44e78a5fc5b103e4d7b04480365a128ca9184ee
Bluetooth: hci_intel: Replace spinlock with mutex

Replace the device_intel list spinlock with a mutex.
devm_request_threaded_irq is not atomic and upcomming PM support should
be simpler.

Signed-off-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_intel.c