From: Marcel Holtmann Date: Sun, 13 Jul 2014 18:50:15 +0000 (+0200) Subject: Bluetooth: Convert L2CAP ident spinlock into a mutex X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~42^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a54e7c85b8303b84a9b2fbf978a74d625f85a99;p=pandora-kernel.git Bluetooth: Convert L2CAP ident spinlock into a mutex The spinlock protecting the L2CAP ident number can be converted into a mutex since the whole processing is run in a workqueue. So instead of using a spinlock, just use a mutex here. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed