From: Inki Dae Date: Mon, 23 Apr 2012 10:36:39 +0000 (+0900) Subject: drm/exynos: fixed duplicatd memory allocation bug. X-Git-Tag: v3.4-rc5~14^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=887ea3db26ec8a43b650ada273e1159492939c10;p=pandora-kernel.git drm/exynos: fixed duplicatd memory allocation bug. 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 Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed