2021-06-22 14:16:27

by Takashi Iwai

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

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 <[email protected]>
> Signed-off-by: Xin Tan <[email protected]>

Applied, thanks.


Takashi