From: Dan Carpenter Date: Wed, 15 Jun 2011 13:10:10 +0000 (+0300) Subject: iwlegacy: fix up brokenness caused by cleanup X-Git-Tag: v3.1-rc1~316^2~350^2^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6f0f048875a07b2926c075744eb5edc41bc3c1d;p=pandora-kernel.git iwlegacy: fix up brokenness caused by cleanup Patch 7f1f9742514 "iwlegacy: refactor iwl4965_mac_channel_switch" reversed a test and also it changed a spin_lock_irq() to spin_lock(). I assume the spin_lock change was a mistake because the unlock was left as spin_unlock_irq(). Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville --- Reading git-diff-tree failed