git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724fd14
)
drm/exynos: check for null pointers in error handling
author
Paul Taysom
<taysom@chromium.org>
Fri, 9 May 2014 06:06:28 +0000
(15:06 +0900)
committer
Inki Dae
<daeinki@gmail.com>
Sun, 1 Jun 2014 17:07:07 +0000
(
02:07
+0900)
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 <taysom@chromium.org>
Signed-off-by: Rahul Sharma <Rahul.Sharma@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/exynos/exynos_hdmi.c
Simple merge