public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Revert "xhci: plat: Register shutdown for xhci_plat"
@ 2018-04-13  0:29 Greg Hackmann
  2018-04-13  2:42 ` Harsh Shandilya
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Hackmann @ 2018-04-13  0:29 UTC (permalink / raw)
  To: Adam Wallis, Mathias Nyman, Greg Kroah-Hartman
  Cc: Badhri Jagan Sridharan, linux-usb, linux-kernel, Greg Hackmann,
	stable

Pixel 2 field testers reported that when they tried to reboot their
phones with some USB devices plugged in, the reboot would get wedged and
eventually trigger watchdog reset.  Once the Pixel kernel team found a
reliable repro case, they narrowed it down to this commit's 4.4.y
backport.  Reverting the change made the issue go away.

This reverts commit b07c12517f2aed0add8ce18146bb426b14099392.

Cc: stable@vger.kernel.org
Signed-off-by: Greg Hackmann <ghackmann@google.com>
---
 drivers/usb/host/xhci-plat.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c
index df327dcc2bac..ea089fdda611 100644
--- a/drivers/usb/host/xhci-plat.c
+++ b/drivers/usb/host/xhci-plat.c
@@ -420,7 +420,6 @@ MODULE_DEVICE_TABLE(acpi, usb_xhci_acpi_match);
 static struct platform_driver usb_xhci_driver = {
 	.probe	= xhci_plat_probe,
 	.remove	= xhci_plat_remove,
-	.shutdown	= usb_hcd_platform_shutdown,
 	.driver	= {
 		.name = "xhci-hcd",
 		.pm = &xhci_plat_pm_ops,
-- 
2.17.0.484.g0c8726318c-goog

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-04-14 13:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-13  0:29 [PATCH] Revert "xhci: plat: Register shutdown for xhci_plat" Greg Hackmann
2018-04-13  2:42 ` Harsh Shandilya
2018-04-13  6:21   ` Greg Kroah-Hartman
2018-04-13  7:04     ` Harsh Shandilya
2018-04-14 13:48       ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox