diff options
author | 2017-05-15 10:33:59 +0200 | |
---|---|---|
committer | 2017-05-17 10:11:45 +0100 | |
commit | b98ae9ad559fea64dee5fcc8e3ba4bf936ceb5e6 (patch) | |
tree | b3064607e20bac01ed0185d500e32469f9a56ba5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ASoC: rt5665: add ADC STO2 ASRC support (diff) | |
download | wireguard-linux-b98ae9ad559fea64dee5fcc8e3ba4bf936ceb5e6.tar.xz wireguard-linux-b98ae9ad559fea64dee5fcc8e3ba4bf936ceb5e6.zip |
ASoC: rt5665: Fix uninitialized warning in rt5665_i2s_pin_event()
With gcc 4.1.2:
sound/soc/codecs/rt5665.c: In function ‘rt5665_i2s_pin_event’:
sound/soc/codecs/rt5665.c:2610: warning: ‘mask1’ may be used uninitialized in this function
sound/soc/codecs/rt5665.c:2610: warning: ‘val2’ may be used uninitialized in this function
sound/soc/codecs/rt5665.c:2610: warning: ‘val1’ may be used uninitialized in this function
The first one is currently a false positive, as rt5665_i2s_pin_event()
is never called with snd_soc_dapm_widget.shift set to a value not
handled by the switch() statement. But that may change, so
preinitialize mask1 to fix this, like is already done for mask2.
The last two are false-positives, the compiler is just not smart enough
to notice the mask and val variables are always used together.
Fixes: 9b5d3865b3b410d2 ("ASoC: rt5665: set i2s pin share configuration")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions