drm/exynos: fixed wrong err ptr usage and destroy call in exeception
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 15 Nov 2011 07:25:39 +0000 (16:25 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 17 Nov 2011 01:05:39 +0000 (10:05 +0900)
- 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>

No differences found