提交 fe25ad8a 编写于 作者: T Takashi Iwai 提交者: Jaroslav Kysela

[ALSA] wavefront - Fix a compile warning

Modules: Wavefront drivers

Fix a gcc-4.1 compile warning regarding uninitialized variables.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 51c2bbfc
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册