aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorZhang Zekun <[email protected]>2022-06-17 10:39:25 +0100
committerMauro Carvalho Chehab <[email protected]>2022-06-27 09:13:03 +0100
commit3e52be9bc501e577e2d8429bc2337bd979d38887 (patch)
treee90a4142f3d2723ef08f80a6615f1407f6390632 /tools/perf/scripts
parentaa63c5eaf7f7d2d3a4b1cc5782e7151b8ae3079f (diff)
media: rkvdec:Remove redundant memset
As dma_alloc_coherent() will return a zeroed buffer, we don't need to memset the returned buffer. priv_tbl = dma_alloc_coherent() and count_tbl = dma_alloc_coherent() should be enough. -see commit 750afb08ca71 ("cross-tree: phase out dma_zalloc_coherent()") Signed-off-by: Zhang Zekun <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions