Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa11625f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "USB: EHCI: Fix bug in bus suspend routine"

parents ec2c08da 40a1c02c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -329,8 +329,6 @@ int ehci_bus_suspend(struct usb_hcd *hcd)
	if (!ehci->susp_sof_bug)
		ehci_halt(ehci); /* turn off now-idle HC */

	ehci->rh_state = EHCI_RH_SUSPENDED;

	spin_lock_irq(&ehci->lock);
	if (ehci->enabled_hrtimer_events & BIT(EHCI_HRTIMER_POLL_DEAD))
		ehci_handle_controller_death(ehci);