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