From b21a3bf4418899bcb74cbef2e4d3bb976a6f1157 Mon Sep 17 00:00:00 2001 From: Paul Taysom Date: Fri, 9 May 2014 15:06:28 +0900 Subject: [PATCH] drm/exynos: check for null pointers in error handling Smatch error from arm build: drivers/gpu/drm/exynos/ exynos_hdmi.c:2374 hdmi_probe() error: potential NULL dereference 'hdata->hdmiphy_port'. Added check for hdata->hdmiphy_port that it is not NULL. Signed-off-by: Paul Taysom Signed-off-by: Rahul Sharma Signed-off-by: Inki Dae --- Reading git-format-patch failed