Add some missing crit_exit()'s. The original code just assumed that the
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 16 Jul 2005 17:07:21 +0000 (17:07 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 16 Jul 2005 17:07:21 +0000 (17:07 +0000)
commitd66e93a338a37e44b73d534c6299b958a1c66db5
treeebdc594879ed173cf3156ab0b6040c464dc72cff
parent78743288a50c953177571090a92439c60e8628e4
Add some missing crit_exit()'s.  The original code just assumed that the
SPL would be cleaned up by the caller, but the SPL->crit conversion really
requires that the routines be more self-contained.
sys/dev/serial/sio/sio.c