soc: fsl: qe: Consolidate chained IRQ handler install/remove
authorChen Ni <nichen@iscas.ac.cn>
Thu, 15 May 2025 08:39:19 +0000 (16:39 +0800)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Sat, 17 May 2025 09:01:55 +0000 (11:01 +0200)
commit695d702f42bf4bd335e30f542ca710af081ee2a3
tree806657cc93ccc6edaebc88a0c9fbb677f311a281
parent61ddf5faa7cc091b409936d571ec1af34ce487a1
soc: fsl: qe: Consolidate chained IRQ handler install/remove

Chained irq handlers usually set up handler data as well.
irq_set_chained_handler_and_data() can set both under irq_desc->lock.
Replace the two calls with one.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://lore.kernel.org/r/20250515083919.3811473-1-nichen@iscas.ac.cn
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/soc/fsl/qe/qe_ic.c