From: Axel Lin Date: Fri, 10 Feb 2012 12:04:52 +0000 (+0800) Subject: drm: Fix kcalloc parameters swapped X-Git-Tag: v3.4-rc1~143^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51a59ac8739b333eaa43a3102b6acaab5037bfa2;p=pandora-kernel.git drm: Fix kcalloc parameters swapped The first parameter should be "number of elements" and the second parameter should be "element size". Signed-off-by: Axel Lin Acked-by: Alan Cox Signed-off-by: Dave Airlie --- Reading git-diff-tree failed