git: 9front

Download patch

ref: 87996e33d271b43f80b43e53df43f2191df3bf1f
parent: 7bbfbb8a4a4e7e12514b8abe2d268aa31474c252
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Dec 29 01:10:25 EST 2017

usbxhci: add missing pexit() in xhcirecover proc (thanks sam-d)

--- a/sys/src/9/pc/usbxhci.c
+++ b/sys/src/9/pc/usbxhci.c
@@ -637,6 +637,8 @@
 
 	qunlock(&ctlr->cmdlock);
 	qunlock(&ctlr->slotlock);
+
+	pexit("", 1);
 }
 
 static void
--