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

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

Merge "usb: storage: set pm_suspend_ignore_children to true"

parents 6b6efb5f da0eadef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -842,6 +842,7 @@ static void quiesce_and_remove_host(struct us_data *us)

	/* If the device is really gone, cut short reset delays */
	if (us->pusb_dev->state == USB_STATE_NOTATTACHED) {
		pm_suspend_ignore_children(&us->pusb_intf->dev, true);
		set_bit(US_FLIDX_DISCONNECTING, &us->dflags);
		wake_up(&us->delay_wait);
	}