diff options
| author | Markus Elfring <[email protected]> | 2017-04-18 09:25:47 +0200 |
|---|---|---|
| committer | Stephen Boyd <[email protected]> | 2017-04-19 10:20:14 -0700 |
| commit | 7b9bae176a5c63fb467149174c11a48f3b3c5947 (patch) | |
| tree | 1896f317c779f1188cf4bda33791030b0b809630 /tools/perf/scripts/python | |
| parent | b3da896e2f325f8fef29f698d9cbdbb0e821a474 (diff) | |
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 <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions