Skip to content

Commit

Permalink
Fix LINT kernel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Polakov committed Apr 17, 2010
1 parent 68c7666 commit cd2badf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/dev/sound/pcm/mixer.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit cd2badf

Please sign in to comment.