From: David Woodhouse Date: Thu, 13 Dec 2007 06:53:57 +0000 (-0500) Subject: libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt() X-Git-Tag: v2.6.25-rc1~1162^2~351 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a3ea6f966700ae82504202fdd827f2d3c79e66;p=pandora-kernel.git libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt() We get scary warnings on UP if we use spin_trylock() and find, as we hoped, that the lock in question is already locked. Signed-off-by: David Woodhouse Signed-off-by: John W. Linville --- Reading git-diff-tree failed