summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>2011-09-30 19:18:43 +0530
committerKalle Valo <kvalo@qca.qualcomm.com>2011-11-11 12:50:54 +0200
commit151bd30bdf88551d68a743b7f7504ca0f3ff2796 (patch)
tree8d987704d0061e77f59c668ebde4169f235163b8 /include/linux/workqueue.h
parent1555f7339db57987487e2bd849bca9a104109c18 (diff)
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 <vthiagar@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'include/linux/workqueue.h')
0 files changed, 0 insertions, 0 deletions