On Mon, 24 Aug 2026 12:07:30 +0200, [email protected] wrote: > > From: bui duc phuc <[email protected]> > > irq_of_parse_and_map() returns 0 when parsing or mapping an IRQ fails. > The return value was passed to request_irq() without checking for > failure. > > Check the return value before passing it to request_irq(). > > Signed-off-by: bui duc phuc <[email protected]>
Applied now. Thanks. Takashi
