Re: [PATCH] ALSA: aoa: i2sbus: Check IRQ before requesting it

From: Takashi Iwai

Date: Tue Aug 25 2026 - 04:00:09 EST


On Mon, 24 Aug 2026 12:07:30 +0200,
phucduc.bui@xxxxxxxxx wrote:
>
> From: bui duc phuc <phucduc.bui@xxxxxxxxx>
>
> 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 <phucduc.bui@xxxxxxxxx>

Applied now. Thanks.


Takashi