commit | 53bd5556547d72fb9c572d66c3b7bfe0f096972b | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Tue Sep 18 15:51:30 2012 +0530 |
committer | Inki Dae <inki.dae@samsung.com> | Thu Oct 04 10:06:01 2012 +0900 |
tree | f1e190dc74fd584dc2466233643dc1f2ad40bd99 | |
parent | 291257cf4cb0da1e32b672b88e73d22d845c8f93 [diff] |
drm/exynos: Fix potential NULL pointer dereference 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>