]> git.ipfire.org Git - thirdparty/linux.git/commit
genirq/chip: Rework irq_set_handler_data()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 29 Apr 2025 06:55:22 +0000 (08:55 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 7 May 2025 07:08:14 +0000 (09:08 +0200)
commit321a0fdf1337c5449a589b3d8186b23ecd36b240
tree7011edb41ccb2433cbc230194b6a34710b89d946
parentfa870e0f3551cfff90c7d0261e8f208a83097946
genirq/chip: Rework irq_set_handler_data()

Use the new guards to get and lock the interrupt descriptor and tidy up the
code.

Fixup the kernel doc comment while at it.

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/all/20250429065421.415072350@linutronix.de
kernel/irq/chip.c