commit | f5a3ea6f966700ae82504202fdd827f2d3c79e66 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Thu Dec 13 01:53:57 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:07:08 2008 -0800 |
tree | a7bb9853b28458f6c0dcae6d69128da6b1103012 | |
parent | 860621347e88b23517fc4ec93fa5af940401c3ec [diff] |
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 <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>