From: Thierry Reding Date: Wed, 10 Dec 2014 12:03:35 +0000 (+0100) Subject: drm: Prefer kcalloc() over kzalloc() with multiply X-Git-Tag: fixes-v4.0-rc1~91^2~45^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd3f0ff98a849e04dc2c0236f32cc75b8c8630db;p=pandora-kernel.git drm: Prefer kcalloc() over kzalloc() with multiply Fixes a couple of checkpatch warnings regarding the use of kzalloc() with a multiplication. kcalloc() is the preferred API. Signed-off-by: Thierry Reding Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed