diff options
author | Vaishali Thakkar <vaishali.thakkar@oracle.com> | 2016-04-28 13:50:33 (GMT) |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-05-06 18:06:44 (GMT) |
commit | 4087a5f2e5e75a6d0231d1318bada1a12972a5fd (patch) | |
tree | ee8d094705483e5fcd5b1af27ca4f7f847a696b3 /arch/score/lib | |
parent | 2a0974aa1a0b40a92387ea03dbfeacfbc9ba182c (diff) | |
download | linux-4087a5f2e5e75a6d0231d1318bada1a12972a5fd.tar.xz |
clk: bcm/kona: Do not use sizeof on pointer type
When sizeof is applied to a pointer typed expression, it gives
the size of the pointer. So, here do not use sizeof on pointer
type. Also, silent checkpatch.pl by using kmalloc_array over
kmalloc.
Note that this has no effect on runtime because 'parent_names'
is a pointer to a pointer.
Problem found using Coccinelle.
Signed-off-by: Vaishali Thakkar <vaishali.thakkar@oracle.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch/score/lib')
0 files changed, 0 insertions, 0 deletions