From 936ce5cce66ce6f9b5138a1ac0fbf0c2d459a960 Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Thu, 5 Feb 2015 16:11:38 +0900 Subject: [PATCH] drm/exynos: fix NULL pointer reference There is a case called disable_plane callback function even if plane->crtc is NULL from exynos_drm_encoder_disable and it will cause NULL pointer reference error. Signed-off-by: Joonyoung Shim Signed-off-by: Inki Dae --- Reading git-format-patch failed