Skip to content

Commit c20f53c

Browse files
committed
Revert "xhci: plat: Register shutdown for xhci_plat"
This reverts commit b07c125 It is incomplete and causes hangs on devices when shutting down. It needs a much more "complete" fix in order to work properly. As that fix has not been merged, revert this patch for now before it causes any more problems. Cc: Greg Hackmann <[email protected]> Cc: Adam Wallis <[email protected]> Cc: Mathias Nyman <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 3180dab commit c20f53c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/usb/host/xhci-plat.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ MODULE_DEVICE_TABLE(acpi, usb_xhci_acpi_match);
435435
static struct platform_driver usb_xhci_driver = {
436436
.probe = xhci_plat_probe,
437437
.remove = xhci_plat_remove,
438-
.shutdown = usb_hcd_platform_shutdown,
439438
.driver = {
440439
.name = "xhci-hcd",
441440
.pm = &xhci_plat_pm_ops,

0 commit comments

Comments
 (0)