Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe25ad8a authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[ALSA] wavefront - Fix a compile warning



Modules: Wavefront drivers

Fix a gcc-4.1 compile warning regarding uninitialized variables.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 51c2bbfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -866,7 +866,7 @@ wavefront_send_sample (snd_wavefront_t *dev,
	   divided by 2.
        */

	u16 sample_short;
	u16 sample_short = 0;
	u32 length;
	u16 __user *data_end = NULL;
	unsigned int i;