]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bus: fsl-mc: Use default primary handler
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Wed, 28 Jan 2026 09:55:25 +0000 (10:55 +0100)
committerThomas Gleixner <tglx@kernel.org>
Sun, 1 Feb 2026 16:37:14 +0000 (17:37 +0100)
commit29d4ff55fe9866be7afa3669ff54da0e4bfd5fb8
tree1d9ab3476c8626f72195874f61f6ce84ba52de84
parent03843d95a4a4e0ba22ad4fcda65ccf21822b104c
bus: fsl-mc: Use default primary handler

There is no added value in dprc_irq0_handler() compared to
irq_default_primary_handler().

Use the default primary interrupt handler by specifying NULL.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Link: https://patch.msgid.link/20260128095540.863589-6-bigeasy@linutronix.de
drivers/bus/fsl-mc/dprc-driver.c