From: Jukka Rissanen Date: Wed, 29 Oct 2014 08:16:00 +0000 (+0200) Subject: Bluetooth: Wrong style spin lock used X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~3^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cfd5a23a49c2a2cb9ff5537128d03547cbd2990;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed