]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: fix wrong return check for platform_device_register_simple
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 22 Apr 2013 08:13:13 +0000 (17:13 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 29 Apr 2013 05:35:32 +0000 (14:35 +0900)
commit1055f49e9953e5a55e8b7d54db19c4b8c1108eec
tree7abb5f6e2a9976512dcb27222d4ebc06ccdb1495
parent5186fc5e8eda184935467aa84295b2897166fecd
drm/exynos: fix wrong return check for platform_device_register_simple

platform_device_register_simple() never returns NULL, but IS_ERR_OR_NULL macro
is used for checking return value in exynos drm driver.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c
drivers/gpu/drm/exynos/exynos_drm_hdmi.c