aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorAjay Singh <[email protected]>2019-09-10 07:46:07 +0000
committerGreg Kroah-Hartman <[email protected]>2019-09-12 10:37:26 +0100
commit9a4c56be67f8153d8f8459c4c7bbbbc360d5fe9e (patch)
tree36d7f29a0a978dbb8440ed3b28855c84b0ffe6f5 /scripts/bpf_helpers_doc.py
parenta76e712a5a09977354498bb842b3807a499c76fa (diff)
staging: wilc1000: avoid twice IRQ handler execution for each single interrupt
The IRQ handler(isr_bh_routine()) was called twice for each interrupt from firmware. The data was read completely during the first call and the second call was doing nothing. Now changed the IRQ flag from ‘level’ to ‘edge’ trigger i.e IRQF_TRIGGER_LOW to IRQF_TRIGGER_FALLING to avoid extra interrupt trigger. Signed-off-by: Ajay Singh <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions