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

Commit 112e7750 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: fix crash due to access to ipa3_ctx before init"

parents a60934ca 7a1a57a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5963,7 +5963,7 @@ static int get_ipa_dts_configuration(struct platform_device *pdev,
		of_property_read_bool(pdev->dev.of_node,
		of_property_read_bool(pdev->dev.of_node,
		"qcom,wlan-ce-db-over-pcie");
		"qcom,wlan-ce-db-over-pcie");
	IPADBG("Is wdi_over_pcie ? (%s)\n",
	IPADBG("Is wdi_over_pcie ? (%s)\n",
		ipa3_ctx->wdi_over_pcie ? "Yes":"No");
		ipa_drv_res->wdi_over_pcie ? "Yes":"No");


	/*
	/*
	 * If we're on emulator, get its interrupt controller's mem
	 * If we're on emulator, get its interrupt controller's mem