On Tue, Jun 02 2026 at 07:12, Dmitry Ilvokhin wrote: > irqdesc_lock uses __DEFINE_UNLOCK_GUARD() directly with a custom > constructor that can set .lock to NULL. > > In preparation for removing the NULL check from __DEFINE_UNLOCK_GUARD(), > move the NULL check into the irqdesc_lock unlock expression, making the > NULL handling explicit at the call site. > > No functional change. > > Signed-off-by: Dmitry Ilvokhin <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
