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

Commit a3e174be authored by Vikram Mulukutla's avatar Vikram Mulukutla
Browse files

clock-gcc-8916: Add null terminator to the of_device_id table



Add a null terminator to the of_device_id table to allow the
device tree framework to correctly parse the table and prevent
memory corruption.

Change-Id: I91ac9e48dafd14147a3f41d2a3804091365306b7
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent 8e5d905c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2703,6 +2703,7 @@ static int msm_gcc_probe(struct platform_device *pdev)

static struct of_device_id msm_clock_gcc_match_table[] = {
	{ .compatible = "qcom,gcc-8916" },
	{},
};

static struct platform_driver msm_clock_gcc_driver = {