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