Merge remote-tracking branch 'origin/develop-3.0-rk2928' into develop-3.0
[firefly-linux-kernel-4.4.55.git] / drivers / usb / dwc_otg / dwc_otg_pcd.c
index 81456fd70dbde150d0c69356fa4b3a3a6345c3ea..f2f62ef70cc8b69681c39df0886b7bf8b25f34e5 100755 (executable)
@@ -1682,7 +1682,7 @@ int dwc_otg20phy_suspend( int exitsuspend )
     }
     if( !exitsuspend && (pcd->phy_suspend == 0)) {
         pcd->phy_suspend = 1;
-       *otg_phy_con1 = 0x55 |(0x7f<<16);   // enter suspend.
+        *otg_phy_con1 = 0x55 |(0x7f<<16);   // enter suspend.
       //  *otg_phy_con1 = 0x1D5 |(0x1ff<<16);   // enter suspend.   enable dm,dp  debug_wlf @2012.8.10
         udelay(3);
         clk_disable(pcd->otg_dev->phyclk);