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

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

Merge "dwc3-msm: Use resume_work() with USB VBUS state notification"

parents d1b294ec 84271fc8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2533,7 +2533,8 @@ static int dwc3_msm_power_set_property_usb(struct power_supply *psy,
		 */
		if (mdwc->otg_state == OTG_STATE_UNDEFINED) {
			mdwc->vbus_active = val->intval;
			dwc3_ext_event_notify(mdwc);
			queue_delayed_work(mdwc->dwc3_wq,
					&mdwc->resume_work, 0);
			break;
		}