aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2015-10-15 13:38:21 +0530
committerGreg Kroah-Hartman <[email protected]>2015-10-16 22:10:37 -0700
commitd538ae34be092486fea32431232bc5cc58df4545 (patch)
treef8240f1cb6f1aced190abe821c1bad1c6caa47a8 /tools/perf/scripts
parente847655a29384c4a5275b30b0bc553bd2b152e4f (diff)
staging: rtl8723au: core: rtw_ap: Remove useless intialisation
Remove intialisation of a variable that is immediately reassigned. 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')
0 files changed, 0 insertions, 0 deletions