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

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

Merge "msm: qpnp-power-on: change the initcall level for PON driver"

parents 9a81f5af d46a3f9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2241,7 +2241,7 @@ static int __init qpnp_pon_init(void)
{
	return spmi_driver_register(&qpnp_pon_driver);
}
module_init(qpnp_pon_init);
subsys_initcall(qpnp_pon_init);

static void __exit qpnp_pon_exit(void)
{