aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2015-10-15 13:34:41 +0530
committerGreg Kroah-Hartman <[email protected]>2015-10-16 22:10:37 -0700
commitd26a752e198fcd4e3bcd8787a045f6aacb93419d (patch)
treef85cf3a8831757eec5da578a8b8a7e1c7436e782 /tools/perf/scripts/python/export-to-sqlite.py
parent5aebea5590295ab35df87cc0c0a19f0d0241f012 (diff)
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions