aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-07-11 23:24:35 -0400
committerTakashi Iwai <tiwai@suse.de>2016-07-12 02:06:10 -0400
commitdfa40d3e3686591f7c30990c67f11b5d30f4527f (patch)
treec94e6befbb0fa3321d3f5092e9d48b5911e7703b /tools/perf/scripts/python/export-to-sqlite.py
parenta5d48be457273e4faf34a2033c63f8890f3f9c6c (diff)
sound: oss: Remove useless initialisation
Remove useless initialisation of variable whose value is reinitialised later. The Coccinelle semantic patch used to make this change is as follows: @@ type T; identifier x; constant C; expression e; @@ T x - = C ; x = e; Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions