Re: [PATCH] pci: hda: Add IRQ check for platform_get_irq()

From: Takashi Iwai
Date: Tue Jun 22 2021 - 10:12:38 EST


On Tue, 22 Jun 2021 15:19:42 +0200,
Jiajun Cao wrote:
>
> The function hda_tegra_first_init() neglects to check the return
> value after executing platform_get_irq().
>
> hda_tegra_first_init() should check the return value (if negative
> error number) for errors so as to not pass a negative value to
> the devm_request_irq().
>
> Fix it by adding a check for the return value irq_id.
>
> Signed-off-by: Jiajun Cao <jjcao20@xxxxxxxxxxxx>
> Signed-off-by: Xin Tan <tanxin.ctf@xxxxxxxxx>

Applied, thanks.


Takashi