diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-01-16 14:27:57 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-01-16 14:33:42 +0100 |
commit | 8b169cb27c8267cd344fd71c2067ea864dd4c2e7 (patch) | |
tree | 670194069d4dc46c631186fde50cbc70bf238f59 /ipc/mqueue.c | |
parent | a535ad57d0e6b959cd79914a1127caade36a9459 (diff) |
ALSA: mips: avoid potential uninitialized variable use
MIPS allmodconfig results in this warning:
sound/mips/hal2.c: In function 'hal2_gain_get':
sound/mips/hal2.c:224:35: error: 'r' may be used uninitialized in this function [-Werror=maybe-uninitialized]
sound/mips/hal2.c:223:35: error: 'l' may be used uninitialized in this function [-Werror=maybe-uninitialized]
sound/mips/hal2.c: In function 'hal2_gain_put':
sound/mips/hal2.c:260:13: error: 'new' may be used uninitialized in this function [-Werror=maybe-uninitialized]
sound/mips/hal2.c:260:13: error: 'old' may be used uninitialized in this function [-Werror=maybe-uninitialized]
Returning an error for all unexpected cases shuts up the warning
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'ipc/mqueue.c')
0 files changed, 0 insertions, 0 deletions