On 3/19/2021 1:00 PM, Zeng Tao wrote: > Signed-off-by: Zeng Tao <prime.zeng@xxxxxxxxxxxxx> Acked-by: Minas Harutyunyan <Minas.Harutyunyan@xxxxxxxxxxxx> > --- > drivers/usb/dwc2/gadget.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/dwc2/gadget.c b/drivers/usb/dwc2/gadget.c > index ad4c943..53406f0 100644 > --- a/drivers/usb/dwc2/gadget.c > +++ b/drivers/usb/dwc2/gadget.c > @@ -3380,7 +3380,7 @@ void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *hsotg, > > /* remove the HNP/SRP and set the PHY */ > usbcfg &= ~(GUSBCFG_SRPCAP | GUSBCFG_HNPCAP); > - dwc2_writel(hsotg, usbcfg, GUSBCFG); > + dwc2_writel(hsotg, usbcfg, GUSBCFG); > > dwc2_phy_init(hsotg, true); > >