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

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

Merge "soc: qcom: subsys-pil-tz: Initialize subsys_dev pointer"

parents edc51175 616d6998
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1113,6 +1113,7 @@ static int pil_tz_driver_probe(struct platform_device *pdev)
		rc = PTR_ERR(d->subsys);
		goto err_subsys;
	}
	d->desc.subsys_dev = d->subsys;

	return 0;
err_subsys: