diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2019-06-13 12:35:22 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-06-13 06:59:09 +0200 |
commit | c72d3a0a93471b95084339e5cba927d516724b83 (patch) | |
tree | d0a74b9ed6be776b9a8b8611f9e7f29eefad1a07 /sound/pci/maestro3.c | |
parent | 0356ce3adda0a7b5ef49d580790e94b9c80e8862 (diff) |
ALSA: dice: fix compiler warning due to returning uninitialized value
This commit fixes the warning due to returning uninitialized value
from start_streams() helper function.
sound/firewire/dice/dice-stream.c: In function 'start_streams.isra.0':
>> sound/firewire/dice/dice-stream.c:350:6: warning: 'err' may be used uninitialized in this function [-Wmaybe-uninitialized]
int err;
^~~
Reported-by: kbuild test robot <lkp@intel.com>
Fixes: 3cd2c2d780a2 ("ALSA: dice: reserve/release isochronous resources in pcm.hw_params/hw_free callbacks")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/maestro3.c')
0 files changed, 0 insertions, 0 deletions