aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2022-03-02 17:07:28 +0000
committerTakashi Iwai <[email protected]>2022-03-04 09:50:39 +0100
commit3cffb26fbb5202c6a4bee4b99d6bef5623003fbb (patch)
tree4a7407f6f3277a2888c362b39e81b7c7f94fa52e /tools/perf/scripts/python/flamegraph.py
parent76f22f4dcae645ea468811f9d30ec04f9ffaa1ea (diff)
ALSA: echoaudio: remove redundant assignment to variable bytes
The variable bytes is being assigned a value that is never read, it is being re-assigned inside a following if block. The assignment is redundant and can be removed. Cleans up clang scan build warning: sound/pci/echoaudio/midi.c:211:9: warning: Although the value stored to 'bytes' is used in the enclosing expression, the value is never actually read from 'bytes' [deadcode.DeadStores] 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/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions