aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <[email protected]>2019-08-13 13:55:55 +0200
committerWolfram Sang <[email protected]>2019-09-03 20:01:13 +0200
commitf8c274e4a70e7cdc43db56e2391c485c580b5a43 (patch)
tree2b38000fdb6637a470cc36e56f679a32e70c14a8 /tools/testing/selftests/bpf
parentb84398d6d7f900805662b1619223fd644d862d7c (diff)
i2c: hix5hd2: Remove IRQF_ONESHOT
The drivers sets IRQF_ONESHOT and passes only a primary handler. The IRQ is masked while the primary is handler is invoked independently of IRQF_ONESHOT. With IRQF_ONESHOT the core code will not force-thread the interrupt and this is probably not intended. I *assume* that the original author copied the IRQ registration from another driver which passed a primary and secondary handler and removed the secondary handler but keeping the ONESHOT flag. Remove IRQF_ONESHOT. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf')
0 files changed, 0 insertions, 0 deletions