1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

Fix uninitialized variable warning.

Submitted by:	dhw
Reviewed by:	ryanb
This commit is contained in:
Alexander Leidinger 2006-09-24 17:37:03 +00:00
parent 9b2b93002d
commit 18c15b598d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162606

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;