From: Florian Fainelli Date: Thu, 10 Jul 2014 00:36:47 +0000 (-0700) Subject: net: systemport: use kcalloc instead of kzalloc X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~192^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40a8a317a02ea516e89ee71d8d355babf0617e5f;p=pandora-kernel.git net: systemport: use kcalloc instead of kzalloc checkpatch.pl flagged two uses of kzalloc() for allocating and zeroing arrays, use kcalloc() instead as recommended. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed