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

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

Merge "usb: dwc3-msm: Update timeout value for EP command"

parents 66d58306 13c51c28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ int dwc3_send_gadget_ep_cmd(struct dwc3 *dwc, unsigned ep,
		unsigned cmd, struct dwc3_gadget_ep_cmd_params *params)
{
	struct dwc3_ep		*dep = dwc->eps[ep];
	u32			timeout = 500;
	u32			timeout = 1500;
	u32			reg;
	bool hsphy_suspend_enabled;
	int ret;