diff options
| author | 2026-01-28 10:55:27 +0100 | |
|---|---|---|
| committer | 2026-02-01 17:37:14 +0100 | |
| commit | bd81f07e9a27c341cd7e72be95eb0b7cf3910926 (patch) | |
| tree | aa1693b584a8e51e16ff147d7f9d5186188d791a /include/linux/bcma/ssh:/git@git.zx2c4.com | |
| parent | Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary handler (diff) | |
scsi: efct: Use IRQF_ONESHOT and default primary handler
There is no added value in efct_intr_msix() compared to
irq_default_primary_handler().
Using a threaded interrupt without a dedicated primary handler mandates
the IRQF_ONESHOT flag to mask the interrupt source while the threaded
handler is active. Otherwise the interrupt can fire again before the
threaded handler had a chance to run.
Use the default primary interrupt handler by specifying NULL and set
IRQF_ONESHOT so the interrupt source is masked until the secondary
handler is done.
Fixes: 4df84e8466242 ("scsi: elx: efct: Driver initialization routines")
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260128095540.863589-8-bigeasy@linutronix.de
Diffstat (limited to 'include/linux/bcma/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
