From ce2211b08c95836a5216c90c903f25c31be9b216 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 29 Dec 2017 06:10:25 +0100 Subject: [PATCH] usbxhci: add missing pexit() in xhcirecover proc (thanks sam-d) --- sys/src/9/pc/usbxhci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/src/9/pc/usbxhci.c b/sys/src/9/pc/usbxhci.c index d8620fa8f..8925df257 100644 --- a/sys/src/9/pc/usbxhci.c +++ b/sys/src/9/pc/usbxhci.c @@ -637,6 +637,8 @@ recover(void *arg) qunlock(&ctlr->cmdlock); qunlock(&ctlr->slotlock); + + pexit("", 1); } static void