mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
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> |
||
|---|---|---|
| .. | ||
| awacs.c | ||
| awacs.h | ||
| beep.c | ||
| burgundy.c | ||
| burgundy.h | ||
| daca.c | ||
| Kconfig | ||
| keywest.c | ||
| Makefile | ||
| pmac.c | ||
| pmac.h | ||
| powermac.c | ||
| snd_ps3.c | ||
| snd_ps3.h | ||
| snd_ps3_reg.h | ||
| tumbler.c | ||
| tumbler_volume.h | ||