diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2019-08-13 13:55:55 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-09-03 20:01:13 +0200 |
commit | f8c274e4a70e7cdc43db56e2391c485c580b5a43 (patch) | |
tree | 2b38000fdb6637a470cc36e56f679a32e70c14a8 /Documentation/mailbox.txt | |
parent | b84398d6d7f900805662b1619223fd644d862d7c (diff) | |
download | linux-f8c274e4a70e7cdc43db56e2391c485c580b5a43.tar.gz linux-f8c274e4a70e7cdc43db56e2391c485c580b5a43.tar.bz2 linux-f8c274e4a70e7cdc43db56e2391c485c580b5a43.zip |
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 <bigeasy@linutronix.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation/mailbox.txt')
0 files changed, 0 insertions, 0 deletions