android_kernel_samsung_univ.../sound/ppc
Arnd Bergmann 938206b8d7 ALSA: ppc/awacs: shut up maybe-uninitialized warning
commit b268c34e5ee92a4cc3099b0caaf26e6bfbdf0f18 upstream.

The awacs sound driver produces a false-positive warning in ppc64_defconfig:

sound/ppc/awacs.c: In function 'snd_pmac_awacs_init':
include/sound/control.h:219:9: warning: 'master_vol' may be used uninitialized in this function [-Wmaybe-uninitialized]

I haven't come up with a good way to rewrite the code to avoid the
warning, so here is a bad one: I initialize the variable before
the conditionall initialization so gcc no longer has to worry about
it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-05-08 07:46:01 +02:00
..
awacs.c ALSA: ppc/awacs: shut up maybe-uninitialized warning 2017-05-08 07:46:01 +02:00
awacs.h
beep.c
burgundy.c
burgundy.h
daca.c
Kconfig
keywest.c ALSA: ppc: Add missing inclusion of linux/module.h 2015-08-25 14:13:36 +02:00
Makefile
pmac.c
pmac.h
powermac.c
snd_ps3_reg.h
snd_ps3.c
snd_ps3.h
tumbler_volume.h
tumbler.c