Skip to content

Commit fb4b6ba

Browse files
greghackmannSasha Levin
authored andcommitted
Revert "xhci: plat: Register shutdown for xhci_plat"
[ Upstream commit c20f53c ] 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]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 3cb5de5 commit fb4b6ba

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
@@ -266,7 +266,6 @@ MODULE_DEVICE_TABLE(of, usb_xhci_of_match);
266266
static struct platform_driver usb_xhci_driver = {
267267
.probe = xhci_plat_probe,
268268
.remove = xhci_plat_remove,
269-
.shutdown = usb_hcd_platform_shutdown,
270269
.driver = {
271270
.name = "xhci-hcd",
272271
.pm = DEV_PM_OPS,

0 commit comments

Comments
 (0)