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:
291257c
)
drm/exynos: Fix potential NULL pointer dereference
author
Sachin Kamat
<sachin.kamat@linaro.org>
Tue, 18 Sep 2012 10:21:30 +0000
(15:51 +0530)
committer
Inki Dae
<inki.dae@samsung.com>
Thu, 4 Oct 2012 01:06:01 +0000
(10:06 +0900)
drm_mode_create() returns NULL if it fails to create
a new display mode. Check the value returned to avoid NULL
pointer deferencing later.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
No differences found