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

Takashi Iwai tiwai at suse.de
Tue Jun 22 16:12:34 CEST 2021


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 at fudan.edu.cn>
> Signed-off-by: Xin Tan <tanxin.ctf at gmail.com>

Applied, thanks.


Takashi


More information about the Alsa-devel mailing list