diff options
| author | Vasanthakumar Thiagarajan <[email protected]> | 2011-09-30 19:18:43 +0530 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2011-11-11 12:50:54 +0200 |
| commit | 151bd30bdf88551d68a743b7f7504ca0f3ff2796 (patch) | |
| tree | 8d987704d0061e77f59c668ebde4169f235163b8 /tools/perf/scripts/python | |
| parent | 1555f7339db57987487e2bd849bca9a104109c18 (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 <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions