diff options
author | Arend van Spriel <arend@broadcom.com> | 2012-02-10 00:09:07 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-22 23:48:53 +0400 |
commit | cf44066a3836847a74f6a0817c680726b796239f (patch) | |
tree | e287881bb1b913e79e3e9cf3ef92eba032a1b13b /drivers/nfc | |
parent | bcbec9e777cc66fbbeb386c42d8af680fc941da7 (diff) | |
download | linux-cf44066a3836847a74f6a0817c680726b796239f.tar.xz |
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 <pieterpg@broadcom.com>
Reviewed-by: Kan Yan <kanyan@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/nfc')
0 files changed, 0 insertions, 0 deletions