From: Emmanuel Grumbach Date: Thu, 22 Sep 2011 22:14:53 +0000 (-0700) Subject: iwlagn: use kcalloc when possible for array allocation X-Git-Tag: v3.2-rc1~129^2~183^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f90dce1ea9de432cf1f196c743a8d5a119e38ba;p=pandora-kernel.git iwlagn: use kcalloc when possible for array allocation As everybody knows kcalloc checks the multiplication is safe and that we don't run into overflow. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed