From: Sachin Kamat Date: Mon, 19 Nov 2012 09:20:30 +0000 (+0530) Subject: drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.c X-Git-Tag: v3.8-rc1~82^2~13^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd66e06ce71cdcdb515ef355d4f2fc90e151503;p=pandora-kernel.git drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.c Check overlay_ops is not NULL as checked in the previous 'if' condition. Fixes the following smatch error: drivers/gpu/drm/exynos/exynos_drm_encoder.c:509 exynos_drm_encoder_plane_disable() error: we previously assumed 'overlay_ops' could be null (see line 499) Signed-off-by: Sachin Kamat Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed