From: Prathyush K Date: Wed, 7 Nov 2012 10:28:58 +0000 (+0530) Subject: drm/exynos: remove unnecessary sg_alloc_table call X-Git-Tag: v3.8-rc1~82^2~13^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1119707e225c1627ed3f413a569e297883946fb2;p=pandora-kernel.git drm/exynos: remove unnecessary sg_alloc_table call The function dma_get_sgtable will allocate a sg table internally so it is not necessary to allocate a sg table before it. The unnecessary 'sg_alloc_table' call is removed. Signed-off-by: Prathyush K Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed