diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2018-10-13 13:21:40 +0300 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2018-11-05 16:37:24 +0900 |
commit | 8727b230f665cadb9349a915c60e6abb18fb083c (patch) | |
tree | 01a727bd242a4f57530f050570aac9393bf99e8f /drivers/gpu/drm/drm_dp_helper.c | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a (diff) | |
download | linux-8727b230f665cadb9349a915c60e6abb18fb083c.tar.bz2 |
drm/exynos: checking for NULL instead of IS_ERR()
The of_drm_find_panel() function returns error pointers and never NULL
but we the driver assumes that ->panel is NULL when it's not present.
Fixes: 6afb7721e2a0 ("drm/exynos: move connector creation to attach callback")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/drm_dp_helper.c')
0 files changed, 0 insertions, 0 deletions