aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/arm-cs-trace-disasm.py
diff options
context:
space:
mode:
authorKenneth Lee <[email protected]>2022-09-16 13:20:52 +0100
committerGreg Kroah-Hartman <[email protected]>2022-09-24 14:54:38 +0200
commitd3524bb5b9a0c567b853a0024526afe87dde01ed (patch)
tree7c797970f1656e2b14e1bd638f60e0fb630a94a7 /tools/perf/scripts/python/arm-cs-trace-disasm.py
parentff1df1886f43365f2333770f89a7b435424897f4 (diff)
nvmem: brcm_nvram: 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]> Signed-off-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions