* Patch "cpufreq: dt: Add terminate entry for of_device_id tables" has been added to the 4.7-stable tree
@ 2016-09-12 15:18 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2016-09-12 15:18 UTC (permalink / raw)
To: weiyongjun1, gregkh, rafael.j.wysocki, viresh.kumar
Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
cpufreq: dt: Add terminate entry for of_device_id tables
to the 4.7-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
cpufreq-dt-add-terminate-entry-for-of_device_id-tables.patch
and it can be found in the queue-4.7 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From bd37e022e334757a5dc1dae41baa29e16befe4ec Mon Sep 17 00:00:00 2001
From: Wei Yongjun <weiyongjun1@huawei.com>
Date: Sun, 21 Aug 2016 15:41:44 +0000
Subject: cpufreq: dt: Add terminate entry for of_device_id tables
From: Wei Yongjun <weiyongjun1@huawei.com>
commit bd37e022e334757a5dc1dae41baa29e16befe4ec upstream.
Make sure of_device_id tables are NULL terminated.
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Fixes: f56aad1d98f1 (cpufreq: dt: Add generic platform-device creation support)
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
1 file changed, 2 insertions(+)
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -74,6 +74,8 @@ static const struct of_device_id machine
{ .compatible = "ti,omap5", },
{ .compatible = "xlnx,zynq-7000", },
+
+ { }
};
static int __init cpufreq_dt_platdev_init(void)
Patches currently in stable-queue which might be from weiyongjun1@huawei.com are
queue-4.7/cpufreq-dt-add-terminate-entry-for-of_device_id-tables.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-12 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-12 15:18 Patch "cpufreq: dt: Add terminate entry for of_device_id tables" has been added to the 4.7-stable tree gregkh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).