diff options
author | Jinjie Ruan <[email protected]> | 2024-09-12 11:17:31 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-09-13 07:30:23 +0200 |
commit | 33512ed157457af8960c7ac123d0213c72cf052f (patch) | |
tree | 438ff420b30104e49f9e645e96128ab1fce2feda /drivers/fpga/fpga-bridge.c | |
parent | 17a1d7c5a49cae46b46a36eb4c4ee0add1565488 (diff) |
staging: nvec: Use IRQF_NO_AUTOEN flag in request_irq()
disable_irq() after request_irq() still has a time gap in which
interrupts can come. request_irq() with IRQF_NO_AUTOEN flag will
disable IRQ auto-enable when request IRQ.
Signed-off-by: Jinjie Ruan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions