aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorPierre-Louis Bossart <[email protected]>2020-09-02 16:21:32 -0500
committerTakashi Iwai <[email protected]>2020-09-03 09:27:56 +0200
commite408ab068aeca958b83bb6e5ca724356f8c7d78e (patch)
treef281c7b75cce6fb253f34e3ca61f0e8d1b1a1114 /tools/perf/util/scripting-engines/trace-event-python.c
parentb7dcd6ac0225aa3bc4c78fc5f13610789c9a7f15 (diff)
ALSA: vx: vx_pcm: remove redundant assignment
Fix cppcheck warning: sound/drivers/vx/vx_pcm.c:539:30: style: Variable 'chip->playback_pipes[audio]' is reassigned a value before the old one has been used. [redundantAssignment] chip->playback_pipes[audio] = pipe; ^ sound/drivers/vx/vx_pcm.c:533:31: note: chip->playback_pipes[audio] is assigned chip->playback_pipes[audio] = pipe; ^ sound/drivers/vx/vx_pcm.c:539:30: note: chip->playback_pipes[audio] is overwritten chip->playback_pipes[audio] = pipe; ^ Signed-off-by: Pierre-Louis Bossart <[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