From: Xiubo Li Date: Thu, 9 Oct 2014 09:02:56 +0000 (+0800) Subject: regmap: cache: use kmalloc_array instead of kmalloc X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~24^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f9c24e55075e50ebc8b249a7853ad31bc1b3d1;p=pandora-kernel.git regmap: cache: use kmalloc_array instead of kmalloc This patch fixes checkpatch.pl warning for regmap cache. WARNING : prefer kmalloc_array over kmalloc with multiply Signed-off-by: Xiubo Li Signed-off-by: Mark Brown --- Reading git-diff-tree failed