aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
diff options
context:
space:
mode:
authorKenneth Lee <[email protected]>2022-08-09 00:20:50 -0700
committerTony Lindgren <[email protected]>2023-03-28 08:45:55 +0300
commit19050da1d1057a7bc73fd9039f94b7f63a00e54e (patch)
treefd3ba7d5aa826e7e9282c5911eda95cd7940304a /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
parent89e990559c378e06d2b2ef4f5dd6e963795cb7d8 (diff)
ARM: OMAP2+: hwmod: Use kzalloc for allocating only one element
Use kzalloc(...) rather than kcalloc(1, ...) because the number of elements we are specifying in this case is 1, so kzalloc would accomplish the same thing and we can simplify. Signed-off-by: Kenneth Lee <[email protected]> Message-Id: <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions