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

Commit 04a772fb 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 to NULL pointer dereference"

parents f70ba063 026e4629
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -4026,6 +4026,7 @@ static int __init ipa3_wwan_init(void)
	ipa3_qmi_init();

	/* Register for Modem SSR */
	if (ipa3_ctx != NULL)
		/* SSR is not supported yet on IPA 4.0 */
		if (ipa3_ctx->ipa_hw_type == IPA_HW_v4_0)
			return platform_driver_register(&rmnet_ipa_driver);