From: Vasanthakumar Thiagarajan Date: Fri, 30 Sep 2011 13:48:43 +0000 (+0530) Subject: ath6kl: Replace spin_lock_irqsave with spin_lock_bh X-Git-Tag: v3.3-rc1~182^2~261^2~200^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=151bd30bdf88551d68a743b7f7504ca0f3ff2796;p=pandora-kernel.git ath6kl: Replace spin_lock_irqsave with spin_lock_bh It is not necessary to use spinlock primitive to protect data which is accessed in hard irq context as nothing is running in hard irq with this driver. The spinlock primitive meant to protect data in softirq context is more appropriate. Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed