aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorRasmus Villemoes <[email protected]>2021-01-19 16:07:48 +0100
committerJakub Kicinski <[email protected]>2021-01-21 12:19:55 -0800
commit155ea0dc8dcb6066aaf4af5addd005b8968ce820 (patch)
tree5d82c5a9d6d77083035bb538f75ea5c87fec9a42 /tools/perf/scripts/python/flamegraph.py
parente8e507a8ac90d48053dfdea9d4855495b0204956 (diff)
soc: fsl: qe: store muram_vbase as a void pointer instead of u8
The two functions cpm_muram_offset() and cpm_muram_dma() both need a cast currently, one casts muram_vbase to do the pointer arithmetic on void pointers, the other casts the passed-in address u8*. It's simpler and more consistent to just always use void* and drop all the casting. Signed-off-by: Rasmus Villemoes <[email protected]> Acked-by: Li Yang <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions