forked from Minki/linux
c72d3a0a93
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:
|
||
---|---|---|
.. | ||
dice-alesis.c | ||
dice-extension.c | ||
dice-hwdep.c | ||
dice-interface.h | ||
dice-midi.c | ||
dice-mytek.c | ||
dice-pcm.c | ||
dice-presonus.c | ||
dice-proc.c | ||
dice-stream.c | ||
dice-tcelectronic.c | ||
dice-transaction.c | ||
dice.c | ||
dice.h | ||
Makefile |