]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xhci: gracefully handle xhci_irq dead device
authorJoe Lawrence <joe.lawrence@stratus.com>
Thu, 30 Apr 2015 14:16:04 +0000 (17:16 +0300)
committerSasha Levin <sasha.levin@oracle.com>
Wed, 10 Jun 2015 17:42:17 +0000 (13:42 -0400)
commit59cf84998ed631bb0654decefcabd54487e7fa64
tree28326a3cedf6279b2c7333075689f17e82bed215
parent635ab0086fb93a128f17f1415172a4714a8c67ad
xhci: gracefully handle xhci_irq dead device

[ Upstream commit 948fa13504f80b9765d2b753691ab94c83a10341 ]

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/usb/host/xhci-ring.c