Fix an occurance of mtx_enter() that should have been mtx_leave().
authorjsg <jsg@openbsd.org>
Sat, 9 May 2015 10:27:32 +0000 (10:27 +0000)
committerjsg <jsg@openbsd.org>
Sat, 9 May 2015 10:27:32 +0000 (10:27 +0000)
commit0a64bdd0db2fc3c8c7d7eff4441642f262a58617
tree9799fdeb0cfe423fcc84913de91304006a728070
parent60c9dd37ffe8b0c6d28897869442e71824875767
Fix an occurance of mtx_enter() that should have been mtx_leave().
This line was originally an splx() before being converted to a mutex.

ok ratchov@
sys/dev/isa/wss.c