Fix uninitialized variable warning.

Submitted by:	dhw
Reviewed by:	ryanb
This commit is contained in:
netchild 2006-09-24 17:37:03 +00:00
parent 249296fc03
commit 5f5040bf4d

View File

@ -770,6 +770,7 @@ mixer_oss_mixerinfo(struct cdev *i_dev, oss_mixerinfo *mi)
if ((mi->dev == -1) && (i_dev->si_devsw != &mixer_cdevsw))
return EINVAL;
d = NULL;
m = NULL;
t_cdev = NULL;
nmix = 0;