genirq/chip: Rework irq_modify_status()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 29 Apr 2025 06:55:28 +0000 (08:55 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 7 May 2025 07:08:14 +0000 (09:08 +0200)
commit95a3645893bceb18475c3bea4afaf47d23d11ab6
tree8df8f72ee1b1aeba207c723eeb60c5108a14d810
parent5cd05f3e23152b97e0be09938c78058395c3ee19
genirq/chip: Rework irq_modify_status()

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.650454052@linutronix.de
kernel/irq/chip.c