linux_dsm_epyc7002/drivers/gpu/drm/tve200
Dan Carpenter 44390ef519 drm/tve200: Check for IS_ERR instead of NULL in probe
devm_ioremap_resource() returns error pointer, it never returns NULL on
error.

Fixes: 179c02fe90 ("drm/tve200: Add new driver for TVE200")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20170925102520.a7spymwqqbsczzz2@mwanda
2017-10-01 01:29:54 +02:00
..
Kconfig drm/tve200: Replace custom connector with panel bridge 2017-09-02 22:24:54 +02:00
Makefile drm/tve200: Replace custom connector with panel bridge 2017-09-02 22:24:54 +02:00
tve200_display.c drm/tve200: make two functions static 2017-10-01 01:29:45 +02:00
tve200_drm.h drm/tve200: Clean up panel bridging 2017-09-11 20:32:56 +02:00
tve200_drv.c drm/tve200: Check for IS_ERR instead of NULL in probe 2017-10-01 01:29:54 +02:00