From: Johan Hedberg Date: Tue, 8 Nov 2011 23:44:22 +0000 (+0200) Subject: Bluetooth: Fix cancel_delayed_work_sync usage with locks X-Git-Tag: v3.3-rc1~182^2~545^2~134^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0f9309f371096b82ad35aa2c27d7f848f37e696;p=pandora-kernel.git Bluetooth: Fix cancel_delayed_work_sync usage with locks The cancel_delayed_work_sync function should not be used if we hold any locks. Luckily all places where this is the case it is also safe to use the non-sync version. Signed-off-by: Johan Hedberg Acked-by: Marcel Holtmann Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed