aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-01-25 23:03:57 +0530
committerOded Gabbay <oded.gabbay@gmail.com>2016-01-28 14:40:11 +0200
commit642f0f2a1563b5ab6f5de896f602177ac1f06652 (patch)
treeac6492549968c9b40013d5fab69023618e70256a /tools/perf/scripts/python/call-graph-from-postgresql.py
parentdrm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions() (diff)
downloadlinux-dev-642f0f2a1563b5ab6f5de896f602177ac1f06652.tar.xz
linux-dev-642f0f2a1563b5ab6f5de896f602177ac1f06652.zip
drm/amdkfd: Remove unnecessary cast in kfree
Remove an unnecassary cast in the argument to kfree. Found using Coccinelle. The semantic patch used to find this is as follows: //<smpl> @@ type T; expression *f; @@ - kfree((T *)(f)); + kfree(f); //</smpl> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions