ALSA: dice: fix compiler warning due to returning uninitialized value
[linux-2.6-block.git] / sound / firewire / dice / dice-stream.c
index f61b99a72655f1f7cb0ed76bd6bf7e630b4c7300..e9e5c5fffb7056971b1677c9ac814d32fbea6df8 100644 (file)
@@ -389,7 +389,7 @@ static int start_streams(struct snd_dice *dice, enum amdtp_stream_direction dir,
                        return err;
        }
 
-       return err;
+       return 0;
 }
 
 /*