From: Paul Taysom Date: Fri, 9 May 2014 06:06:28 +0000 (+0900) Subject: drm/exynos: check for null pointers in error handling X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~17^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b21a3bf4418899bcb74cbef2e4d3bb976a6f1157;p=pandora-kernel.git 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-diff-tree failed