diff options
author | Jinjie Ruan <[email protected]> | 2024-09-12 11:15:30 +0800 |
---|---|---|
committer | Lee Jones <[email protected]> | 2024-10-16 09:04:09 +0100 |
commit | 2174f9a8c9db50f74df769edd5a4ab822c73b6d2 (patch) | |
tree | fa654f088d7e866517b9799ff42532ccf47abba7 /tools/perf/scripts/python/sched-migration.py | |
parent | 09c07c3f2a266a4491bd9eb3c9823bc310f61daf (diff) |
mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to fix race
As the comment said, 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: 72cd799544f2 ("[PATCH] I2C: add i2c driver for TPS6501x")
Signed-off-by: Jinjie Ruan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions