clk/Renesas-MSTP: Use kmalloc_array() in cpg_mstp_clocks_init()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 14 Sep 2016 19:10:47 +0000 (21:10 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 16 Sep 2016 23:13:09 +0000 (16:13 -0700)
commit0637a4c7810a6b09ec6b1bf3dc88830cb64ce08b
treef0ef829fc345386b0de821c599492b9fe5d7b583
parentfaabbe50ad518ce493adb20a9bf430daa9d395a4
clk/Renesas-MSTP: Use kmalloc_array() in cpg_mstp_clocks_init()

A multiplication for the size determination of a memory allocation
indicated that an array data structure should be processed.
Thus use the corresponding function "kmalloc_array".

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/renesas/clk-mstp.c