From: Emil Medve Date: Wed, 21 Jan 2015 10:03:24 +0000 (-0600) Subject: clk: qoriq: Fix checkpatch type ALLOC_WITH_MULTIPLY X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~17^2~13^2~15 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92472259775340f082c221d80afd80877f41b2b;p=pandora-kernel.git clk: qoriq: Fix checkpatch type ALLOC_WITH_MULTIPLY WARNING:ALLOC_WITH_MULTIPLY: Prefer kcalloc over kzalloc with multiply + subclks = kzalloc(sizeof(struct clk *) * count, GFP_KERNEL); Signed-off-by: Emil Medve Signed-off-by: Michael Turquette --- Reading git-diff-tree failed