From cd2badf676486eaa1d0ec2aa7a6a12cba0240929 Mon Sep 17 00:00:00 2001 From: Alexander Polakov Date: Sat, 17 Apr 2010 20:31:49 +0400 Subject: [PATCH] Fix LINT kernel build. --- sys/dev/sound/pcm/mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c index 8047e3ed19..bc462fee9f 100644 --- a/sys/dev/sound/pcm/mixer.c +++ b/sys/dev/sound/pcm/mixer.c @@ -684,7 +684,7 @@ mixer_ioctl(struct dev_ioctl_args *ap) } if (cmd == OSS_GETVERSION) { - arg = SOUND_VERSION; + *arg_i = SOUND_VERSION; snd_mtxunlock(m->lock); return 0; } -- 2.41.0