Home
last modified time | relevance | path

Searched hist:"9 cfd5a23" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dhci_core.c9cfd5a23 Wed Oct 29 03:16:00 CDT 2014 Jukka Rissanen <jukka.rissanen@linux.intel.com> Bluetooth: Wrong style spin lock used

Use spin_lock_bh() as the code is called from softirq in networking subsystem.
This is needed to prevent deadlocks when 6lowpan link is in use.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>