diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2017-04-18 09:25:47 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2017-04-19 10:20:14 -0700 |
commit | 7b9bae176a5c63fb467149174c11a48f3b3c5947 (patch) | |
tree | 1896f317c779f1188cf4bda33791030b0b809630 /COPYING | |
parent | b3da896e2f325f8fef29f698d9cbdbb0e821a474 (diff) | |
download | linux-7b9bae176a5c63fb467149174c11a48f3b3c5947.tar.bz2 |
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>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions