diff options
author | 2021-04-27 18:26:34 +0800 | |
---|---|---|
committer | 2021-04-28 12:07:39 +0200 | |
commit | a3ffcebc87480664aef7c8283394d4cf2aec327c (patch) | |
tree | 02a2ec6744ad686918170b28cc038b6ff7fb47c5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ALSA: hda/realtek: Add quirk for Intel Clevo PCx0Dx (diff) | |
download | wireguard-linux-a3ffcebc87480664aef7c8283394d4cf2aec327c.tar.xz wireguard-linux-a3ffcebc87480664aef7c8283394d4cf2aec327c.zip |
ALSA: usb-audio: Remove redundant assignment to len
Variable len is set to zero but this value is never read as it is
overwritten with a new value later on, hence it is a redundant
assignment and can be removed.
Cleans up the following clang-analyzer warning:
sound/usb/mixer.c:2713:3: warning: Value stored to 'len' is never read
[clang-analyzer-deadcode.DeadStores].
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/1619519194-57806-1-git-send-email-jiapeng.chong@linux.alibaba.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions