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

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

Merge "msm: fix incorrect termination of struct of_device_id arrays"

parents 0260a258 b77dd423
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1309,8 +1309,8 @@ static int qpnp_pon_remove(struct spmi_device *spmi)
}

static struct of_device_id spmi_match_table[] = {
	{	.compatible = "qcom,qpnp-power-on",
	}
	{ .compatible = "qcom,qpnp-power-on", },
	{}
};

static struct spmi_driver qpnp_pon_driver = {
+2 −2
Original line number Diff line number Diff line
@@ -106,8 +106,8 @@ static int qpnp_usbdetect_remove(struct platform_device *pdev)
}

static struct of_device_id of_match_table[] = {
	{	.compatible = "qcom,qpnp-usbdetect",
	}
	{ .compatible = "qcom,qpnp-usbdetect", },
	{}
};

static struct platform_driver qpnp_usbdetect_driver = {