From: YoungJun Cho Date: Wed, 3 Jul 2013 08:09:19 +0000 (+0900) Subject: drm/exynos: use drm_calloc_large when allocates pointer array X-Git-Tag: v3.11-rc1~65^2~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af51a5e7068826fe5016ab38149243bacc449233;p=pandora-kernel.git drm/exynos: use drm_calloc_large when allocates pointer array If the type of object is pointer array, the drm_calloc_large() is more suitable than kzalloc() for its allocation function. And uses drm_free_large() instead of kfree() also. Signed-off-by: YoungJun Cho Signed-off-by: Seung-Woo Kim Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- Reading git-diff-tree failed