diff options
author | Jinjie Ruan <ruanjinjie@huawei.com> | 2024-09-12 06:30:13 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-09-13 20:20:48 +0300 |
commit | dcd18a3fb1228409dfc24373c5c6868a655810b0 (patch) | |
tree | 4ea7a976199aee73e0fc0916e5cc3f66b55569fa /rust/helpers/task.c | |
parent | 82abef590eb31d373e632743262ee7c42f49c289 (diff) | |
download | linux-dcd18a3fb1228409dfc24373c5c6868a655810b0.tar.xz |
Input: ps2-gpio - 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.
Fixes: 9ee0a0558819 ("Input: PS/2 gpio bit banging driver for serio bus")
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20240912033013.2610949-1-ruanjinjie@huawei.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'rust/helpers/task.c')
0 files changed, 0 insertions, 0 deletions