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

Commit cc73c9d3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: fix the double ipa3_pre_init issue"

parents 72276b80 120d2618
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -5168,7 +5168,6 @@ int ipa3_plat_drv_probe(struct platform_device *pdev_p,
				return -EOPNOTSUPP;
			}
		}
	}

		if (!ipa3_bus_scale_table)
			ipa3_bus_scale_table = msm_bus_cl_get_pdata(pdev_p);
@@ -5179,6 +5178,7 @@ int ipa3_plat_drv_probe(struct platform_device *pdev_p,
			IPAERR("ipa3_init failed\n");
			return result;
		}
	}

	return result;
}