From: YueHaibing Date: Mon, 23 Jul 2018 12:34:29 +0000 (+0800) Subject: cpufreq: qcom-kryo: add NULL entry to the end of_device_id array X-Git-Tag: v4.19~567^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bafaf056e0734f7bca7d27716bb3c672e87bb0b1;p=platform%2Fkernel%2Flinux-rpi.git cpufreq: qcom-kryo: add NULL entry to the end of_device_id array Make sure of_device_id tables are NULL terminated. Found by coccinelle spatch "misc/of_table.cocci" Signed-off-by: YueHaibing Acked-by: Ilia Lin Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpufreq/qcom-cpufreq-kryo.c b/drivers/cpufreq/qcom-cpufreq-kryo.c index 29389ac..efc9a7a 100644 --- a/drivers/cpufreq/qcom-cpufreq-kryo.c +++ b/drivers/cpufreq/qcom-cpufreq-kryo.c @@ -183,6 +183,7 @@ static struct platform_driver qcom_cpufreq_kryo_driver = { static const struct of_device_id qcom_cpufreq_kryo_match_list[] __initconst = { { .compatible = "qcom,apq8096", }, { .compatible = "qcom,msm8996", }, + {} }; /*