diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-12-29 06:10:25 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-12-29 06:10:25 +0100 |
commit | ce2211b08c95836a5216c90c903f25c31be9b216 (patch) | |
tree | b2e6a4902014f8b4eebb8748b7b4ae10a6e63c6b /sys/src/9 | |
parent | a021f054b0aaba768b9182dadd2da4b76fdf9576 (diff) |
usbxhci: add missing pexit() in xhcirecover proc (thanks sam-d)
Diffstat (limited to 'sys/src/9')
-rw-r--r-- | sys/src/9/pc/usbxhci.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |