diff options
author | Colin Ian King <[email protected]> | 2020-02-08 22:42:06 +0000 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2020-02-10 08:30:02 +0100 |
commit | 0e023687ca552147a76540377be4c642b1313d53 (patch) | |
tree | b911186243a64b9e8d7b4a61c4978ab86af320ba /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | f18b529a662c18a060e29404d64188398bbf35e4 (diff) |
ALSA: info: remove redundant assignment to variable c
Variable c is being assigned with the value -1 that is never read,
it is assigned a new value in a following while-loop. The assignment
is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions