Remove unmatched crit_exit() from dsp_ioctl(). A critical section was never
authorThomas E. Spanjaard <tgen@dragonflybsd.org>
Thu, 28 Feb 2008 17:19:11 +0000 (17:19 +0000)
committerThomas E. Spanjaard <tgen@dragonflybsd.org>
Thu, 28 Feb 2008 17:19:11 +0000 (17:19 +0000)
commitf97b2778c23a2344793a78962ab1c543e079b336
tree798ccbe38f724fe7011573c59633ed2ca9ff8b84
parent00ef4ae24a235afdc73efbb04304fec540a8b68e
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.
sys/dev/sound/pcm/dsp.c