Loading drivers/usb/dwc3/dwc3-msm.c +2 −2 Original line number Diff line number Diff line Loading @@ -3153,8 +3153,8 @@ static int dwc3_msm_extcon_register(struct dwc3_msm *mdwc, int start_idx) return ret; } #define SMMU_BASE 0x60000000 /* Device address range base */ #define SMMU_SIZE 0x90000000 /* Device address range size */ #define SMMU_BASE 0x90000000 /* Device address range base */ #define SMMU_SIZE 0x60000000 /* Device address range size */ static int dwc3_msm_init_iommu(struct dwc3_msm *mdwc) { Loading Loading
drivers/usb/dwc3/dwc3-msm.c +2 −2 Original line number Diff line number Diff line Loading @@ -3153,8 +3153,8 @@ static int dwc3_msm_extcon_register(struct dwc3_msm *mdwc, int start_idx) return ret; } #define SMMU_BASE 0x60000000 /* Device address range base */ #define SMMU_SIZE 0x90000000 /* Device address range size */ #define SMMU_BASE 0x90000000 /* Device address range base */ #define SMMU_SIZE 0x60000000 /* Device address range size */ static int dwc3_msm_init_iommu(struct dwc3_msm *mdwc) { Loading