From 96a7ed9079a3483c5681b17f4713c37c1cf2b1c9 Mon Sep 17 00:00:00 2001 From: Tomasz Figa Date: Sun, 29 Sep 2013 02:37:15 +0200 Subject: [PATCH] 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-format-patch failed