summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2015-10-15 13:34:41 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-16 22:10:37 -0700
commitd26a752e198fcd4e3bcd8787a045f6aacb93419d (patch)
treef85cf3a8831757eec5da578a8b8a7e1c7436e782 /tools/perf/scripts/python/event_analyzing_sample.py
parent5aebea5590295ab35df87cc0c0a19f0d0241f012 (diff)
downloadlinux-d26a752e198fcd4e3bcd8787a045f6aacb93419d.tar.gz
linux-d26a752e198fcd4e3bcd8787a045f6aacb93419d.zip
staging: rtl8723au: hal: Remove useless intialisation
Remove intialisation of a variable that is immediately reassigned. The problem was found using coccinelle semantic patch and further opportunities were identified by hand. The semantic patch used to find this is: // <smpl> @@ type T; identifier x; constant C; expression e; @@ T x - = C ; x = e; // </smpl> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions