From: Senthil Balasubramanian Date: Thu, 23 Dec 2010 15:36:57 +0000 (+0530) Subject: ath9k: spin_lock_bh is not required within tasklet context. X-Git-Tag: v2.6.38-rc1~476^2~14^2~3^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52671e43dbfb0e0dfa5fab604cb3984bd1d777a6;p=pandora-kernel.git ath9k: spin_lock_bh is not required within tasklet context. Disabling BH is not required while running from a tasklet context and so replace spin_lock_bh with just spin_lock. Signed-off-by: Senthil Balasubramanian Signed-off-by: John W. Linville --- Reading git-diff-tree failed