Re: [PATCH] xhci: give command abortion one more chance before killing xhci

2015-08-27 Thread Vincent Pelletier
Hello Mathias, On Wed, 26 Aug 2015 17:14:28 +0300, Mathias Nyman wrote: > We want to give the command abortion an additonal try to stop > the command ring before we completely hose xhci. I did more tests to get a clearer idea of failure probability. Cold boot was a way to reproduce failures effi

[PATCH] xhci: give command abortion one more chance before killing xhci

2015-08-26 Thread Mathias Nyman
We want to give the command abortion an additonal try to stop the command ring before we completely hose xhci. Signed-off-by: Mathias Nyman --- drivers/usb/host/xhci-ring.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c in