From: Inki Dae Date: Thu, 27 Dec 2012 10:54:23 +0000 (+0900) Subject: drm/exynos: fix gem buffer allocation type checking X-Git-Tag: v3.8-rc3~6^2~3^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dcfe2382af35ebd685668d96b4fccd953e75ffc;p=pandora-kernel.git drm/exynos: fix gem buffer allocation type checking This patch fixes gem buffer allocation type checking. EXYNOS_BO_CONTIG has 0 so the checking should be fixed to 'if (!(flags & EXYNOS_BO_NONCONTIG))' Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed