usbxhci: add missing pexit() in xhcirecover proc (thanks sam-d)
This commit is contained in:
parent
a021f054b0
commit
ce2211b08c
1 changed files with 2 additions and 0 deletions
|
@ -637,6 +637,8 @@ recover(void *arg)
|
|||
|
||||
qunlock(&ctlr->cmdlock);
|
||||
qunlock(&ctlr->slotlock);
|
||||
|
||||
pexit("", 1);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue