]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/dwc2/core.c
Merge tag 'clk-for-linus-3.13' of git://git.linaro.org/people/mturquette/linux
[~andy/linux] / drivers / staging / dwc2 / core.c
index 9140f5e37e80da3014f5d24a561ab4099872d709..6d001b52f6524a564360658eee2b37c55ddaf8a6 100644 (file)
@@ -2205,7 +2205,7 @@ int dwc2_set_param_phy_type(struct dwc2_hsotg *hsotg, int val)
 {
 #ifndef NO_FS_PHY_HW_CHECKS
        int valid = 0;
-        u32 hs_phy_type, fs_phy_type;
+       u32 hs_phy_type, fs_phy_type;
 #endif
        int retval = 0;
 
@@ -2553,7 +2553,7 @@ int dwc2_set_param_ahbcfg(struct dwc2_hsotg *hsotg, int val)
                hsotg->core_params->ahbcfg = val;
        else
                hsotg->core_params->ahbcfg = GAHBCFG_HBSTLEN_INCR4 <<
-                                             GAHBCFG_HBSTLEN_SHIFT;
+                                               GAHBCFG_HBSTLEN_SHIFT;
        return 0;
 }