commit | ca22e3cc25f180859561f36d51bf21278db5ae11 | [log] [tgz] |
---|---|---|
author | Seung-Woo Kim <sw0312.kim@samsung.com> | Tue Nov 15 16:25:39 2011 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Thu Nov 17 10:05:39 2011 +0900 |
tree | c7f480c59af0586198cb4ef58c4b45386fed0bf5 | |
parent | 396464dfbba8f734c57346489b871e7ed64dcdd1 [diff] |
drm/exynos: fixed wrong err ptr usage and destroy call in exeception - exynos_drm_buf_create() returns err pointer so NULL check is wrong. - Case that exynos_gem_obj is not created, destroy call in exception handle lable uses this pointer. so instead buffer is directly used. Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>