summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorJinjie Ruan <ruanjinjie@huawei.com>2024-09-12 11:41:47 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-12-05 14:01:25 +0100
commit9744b4b5b28e358b4e37ded20623aca615ea1a4e (patch)
treeaf09b20d46ae53e6c8f027c87732bd0a0ab1b3f7 /scripts/objdiff
parent993e83dc3217ef57bb6856a823952da8d454fcbf (diff)
downloadlinux-9744b4b5b28e358b4e37ded20623aca615ea1a4e.tar.gz
linux-9744b4b5b28e358b4e37ded20623aca615ea1a4e.tar.bz2
linux-9744b4b5b28e358b4e37ded20623aca615ea1a4e.zip
soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq()
[ Upstream commit 16a0a69244240cfa32c525c021c40f85e090557a ] If request_irq() fails in sr_late_init(), there is no need to enable the irq, and if it succeeds, 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: 1279ba5916f6 ("OMAP3+: SR: disable interrupt by default") Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> Link: https://lore.kernel.org/r/20240912034147.3014213-1-ruanjinjie@huawei.com Signed-off-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions