fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe
stable inclusion from stable-v5.10.188 commit 49e435ca02c797e6e877bb79a9c3c3f580462fdb category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8KYFP Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=49e435ca02c797e6e877bb79a9c3c3f580462fdb -------------------------------- [ Upstream commit 4e88761f ] This func misses checking for platform_get_irq()'s call and may passes the negative error codes to request_irq(), which takes unsigned IRQ #, causing it to fail with -EINVAL, overriding an original error code. Fix this by stop calling request_irq() with invalid IRQ #s. Fixes: 1630d85a ("au1200fb: fix hardcoded IRQ") Signed-off-by:Zhang Shurong <zhang_shurong@foxmail.com> Signed-off-by:
Helge Deller <deller@gmx.de> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment