drm/exynos: fixed duplicatd memory allocation bug.
authorInki Dae <inki.dae@samsung.com>
Mon, 23 Apr 2012 10:36:39 +0000 (19:36 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 23 Apr 2012 11:31:20 +0000 (20:31 +0900)
the gem was already allocated at gem allocation time but is allocated
at page fault handler so this patch fixes the problem that gem was
allocated one more time.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

No differences found