aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArend van Spriel <[email protected]>2012-02-09 21:09:07 +0100
committerJohn W. Linville <[email protected]>2012-02-22 14:48:53 -0500
commitcf44066a3836847a74f6a0817c680726b796239f (patch)
treee287881bb1b913e79e3e9cf3ef92eba032a1b13b /tools/perf/scripts/python
parentbcbec9e777cc66fbbeb386c42d8af680fc941da7 (diff)
brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event()
This function is executed within irq context. The call spin_unlock_irq does enable interrupts which is not desired in the irq context. This patch replaces them using the spin_loc_irqsave and spin_unlock_irqrestore functions. Reviewed-by: Pieter-Paul Giesberts <[email protected]> Reviewed-by: Kan Yan <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions