clk: hisilicon: Use kcalloc() in hisi_clk_init()
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 18 Apr 2017 07:25:47 +0000 (09:25 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 19 Apr 2017 17:20:14 +0000 (10:20 -0700)
commit7b9bae176a5c63fb467149174c11a48f3b3c5947
tree1896f317c779f1188cf4bda33791030b0b809630
parentb3da896e2f325f8fef29f698d9cbdbb0e821a474
clk: hisilicon: Use kcalloc() in hisi_clk_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 "kcalloc".

  This issue was detected by using the Coccinelle software.

* Replace the specification of a data type by a pointer dereference
  to make the corresponding size determination a bit safer according to
  the Linux coding style convention.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/hisilicon/clk.c