From: Tomasz Figa Date: Sun, 29 Sep 2013 00:37:15 +0000 (+0200) Subject: clk: Use kcalloc() to allocate arrays X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~11^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96a7ed9079a3483c5681b17f4713c37c1cf2b1c9;p=pandora-kernel.git clk: Use kcalloc() to allocate arrays Instead of calculating sizes of arrays manually, kcalloc() can be used to allocate arrays of elements with defined size. This is just a cleanup patch without any functional changes. Signed-off-by: Tomasz Figa Signed-off-by: Mike Turquette --- Reading git-diff-tree failed