22 Jun
2021
22 Jun
'21
4:12 p.m.
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@fudan.edu.cn Signed-off-by: Xin Tan tanxin.ctf@gmail.com
Applied, thanks.
Takashi