]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
irqchip/irq-pruss-intc: Simplify chained interrupt handler setup
authorChen Ni <nichen@iscas.ac.cn>
Thu, 15 May 2025 08:34:50 +0000 (16:34 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 15 May 2025 15:06:48 +0000 (17:06 +0200)
commit3e402acd5c4f9d447849b9bfb5a5c61f10668b7e
tree4d93b338d415b8feafd41fe759e6706d0cc6cfce
parentf1a3fac4095c7bc0b30e2aa9921c232af8faeae0
irqchip/irq-pruss-intc: Simplify chained interrupt handler setup

The chained interrupt handler setup installs the handler and handler data
with two function call.s

irq_set_chained_handler_and_data() can set both in one operation. Replace
the two calls with one.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250515083450.3811411-1-nichen@iscas.ac.cn
drivers/irqchip/irq-pruss-intc.c