From d82bc84218600c54cba1556b2eafe6c33badd560 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 6 Sep 2021 10:44:41 +0200 Subject: [PATCH] fix up changelog for clk warning fix --- .../clk-fix-build-warning-for-orphan_list.patch | 11 +++++++---- .../clk-fix-build-warning-for-orphan_list.patch | 10 +++++++--- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/queue-4.14/clk-fix-build-warning-for-orphan_list.patch b/queue-4.14/clk-fix-build-warning-for-orphan_list.patch index cbb111ed6f0..edb52c82232 100644 --- a/queue-4.14/clk-fix-build-warning-for-orphan_list.patch +++ b/queue-4.14/clk-fix-build-warning-for-orphan_list.patch @@ -2,16 +2,19 @@ From foo@baz Mon Sep 6 10:31:20 AM CEST 2021 Date: Mon, 06 Sep 2021 10:31:20 +0200 To: Greg KH From: Greg Kroah-Hartman -Subject: [PATCH] clk: fix build warning for orphan_list +Subject: clk: fix build warning for orphan_list -In the backport of commit bdcf1dc25324 ("clk: Evict unregistered clks from -parent caches") to the 4.19.y and 4.14.y stable trees, the orphan_list structure was placed in the wrong location, causing loads of build warnings on systems that do not define CONFIG_DEBUG_FS. +From: Greg Kroah-Hartman + +In the backport of commit bdcf1dc25324 ("clk: Evict unregistered clks +from parent caches") to the 4.19.y and 4.14.y stable trees, the +orphan_list structure was placed in the wrong location, causing loads of +build warnings on systems that do not define CONFIG_DEBUG_FS. Fix this up by moving the structure to the correct place in the file. Reported-by: "kernelci.org bot" Signed-off-by: Greg Kroah-Hartman - --- drivers/clk/clk.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/queue-4.19/clk-fix-build-warning-for-orphan_list.patch b/queue-4.19/clk-fix-build-warning-for-orphan_list.patch index 44eb1b032fa..96aa78256a6 100644 --- a/queue-4.19/clk-fix-build-warning-for-orphan_list.patch +++ b/queue-4.19/clk-fix-build-warning-for-orphan_list.patch @@ -2,10 +2,14 @@ From foo@baz Mon Sep 6 10:31:20 AM CEST 2021 Date: Mon, 06 Sep 2021 10:31:20 +0200 To: Greg KH From: Greg Kroah-Hartman -Subject: [PATCH] clk: fix build warning for orphan_list +Subject: clk: fix build warning for orphan_list -In the backport of commit bdcf1dc25324 ("clk: Evict unregistered clks from -parent caches") to the 4.19.y and 4.14.y stable trees, the orphan_list structure was placed in the wrong location, causing loads of build warnings on systems that do not define CONFIG_DEBUG_FS. +From: Greg Kroah-Hartman + +In the backport of commit bdcf1dc25324 ("clk: Evict unregistered clks +from parent caches") to the 4.19.y and 4.14.y stable trees, the +orphan_list structure was placed in the wrong location, causing loads of +build warnings on systems that do not define CONFIG_DEBUG_FS. Fix this up by moving the structure to the correct place in the file. -- 2.47.3