1
0
Fork 0
alistair23-linux/drivers/gpu/drm/tve200
Krzysztof Kozlowski c2712546a6 drm/tve200: Fix handling of platform_get_irq() error
[ Upstream commit 77bb5aaf2b ]

platform_get_irq() returns -ERRNO on error.  In such case comparison
to 0 would pass the check.

Fixes: 179c02fe90 ("drm/tve200: Add new driver for TVE200")
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200827071107.27429-2-krzk@kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-12-30 11:51:01 +01:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
tve200_display.c drm/tve200: Stabilize enable/disable 2020-09-17 13:47:53 +02:00
tve200_drm.h drm/tve200: drop use of drmP.h 2019-07-15 18:11:30 +02:00
tve200_drv.c drm/tve200: Fix handling of platform_get_irq() error 2020-12-30 11:51:01 +01:00