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

Commit d807bdd0 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: dwc3: gadget: remove udelay() from run_stop()



testing shows that udelay() is unnecessary as
controller reaches Halted state almost
instantenously as can be seen by our timeout
variable never actually decrementing.

Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent 5f82279a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1584,7 +1584,6 @@ static int dwc3_gadget_run_stop(struct dwc3 *dwc, int is_on, int suspend)
		timeout--;
		if (!timeout)
			return -ETIMEDOUT;
		udelay(1);
	} while (1);

	dwc3_trace(trace_dwc3_gadget, "gadget %s data soft-%s",