From: Arik Nemtsov Date: Tue, 12 Mar 2013 15:19:40 +0000 (+0200) Subject: wlcore: change warn on missing lock in wlcore_queue_xx funcs X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~170^2^2~115^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8910cfa3ac022feebfe1c4ae021afc34a1c1af25;p=pandora-kernel.git wlcore: change warn on missing lock in wlcore_queue_xx funcs On !CONFIG_SMP builds spin_is_locked always returns 0. Assert the locking using assert_spin_locked, which is written to behave correctly in all cases. Signed-off-by: Arik Nemtsov Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed