commit | 948fa13504f80b9765d2b753691ab94c83a10341 | [log] [tgz] |
---|---|---|
author | Joe Lawrence <joe.lawrence@stratus.com> | Thu Apr 30 17:16:04 2015 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat May 09 18:27:32 2015 +0200 |
tree | 09d5b47d5dcaee540ee235f4158d3bf6e15cc40c | |
parent | 18cc2f4cbbaf825a4fedcf2d60fd388d291e0a38 [diff] |
xhci: gracefully handle xhci_irq dead device If the xHCI host controller has died (ie, device removed) or suffered other serious fatal error (STS_FATAL), then xhci_irq should handle this condition with IRQ_HANDLED instead of -ESHUTDOWN. Signed-off-by: Joe Lawrence <joe.lawrence@stratus.com> Cc: <stable@vger.kernel.org> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>