cvs commit: src/sys/dev/sound/pcm dsp.c
Thomas E. Spanjaard
tgen at crater.dragonflybsd.org
Thu Feb 28 09:20:26 PST 2008
tgen 2008/02/28 09:19:11 PST
DragonFly src repository
Modified files:
sys/dev/sound/pcm dsp.c
Log:
Remove unmatched crit_exit() from dsp_ioctl(). A critical section was never
entered before, and it doesn't seem necessary to have one either. This
prevents a panic from happening when you operate mixer ioctls on /dev/dsp.
Revision Changes Path
1.17 +0 -1 src/sys/dev/sound/pcm/dsp.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/sound/pcm/dsp.c.diff?r1=1.16&r2=1.17&f=u
More information about the Commits
mailing list