From 4e05e7dddf9c0665135a743cfa32cbc8abc9e3aa Mon Sep 17 00:00:00 2001 From: John Audia Date: Thu, 8 Sep 2022 06:19:20 -0400 Subject: kernel: bump 5.10 to 5.10.142 All patches automatically rebased. Signed-off-by: John Audia (cherry picked from commit 837fd23c80b22c566b40181a28630ac29af8f96e) --- .../247-clk-use-clk_core_get_rate_recalc-in-clk_rate_get.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/at91/patches-5.10') diff --git a/target/linux/at91/patches-5.10/247-clk-use-clk_core_get_rate_recalc-in-clk_rate_get.patch b/target/linux/at91/patches-5.10/247-clk-use-clk_core_get_rate_recalc-in-clk_rate_get.patch index 2e8893645c..6751edec5c 100644 --- a/target/linux/at91/patches-5.10/247-clk-use-clk_core_get_rate_recalc-in-clk_rate_get.patch +++ b/target/linux/at91/patches-5.10/247-clk-use-clk_core_get_rate_recalc-in-clk_rate_get.patch @@ -18,7 +18,7 @@ Signed-off-by: Stephen Boyd --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c -@@ -3106,7 +3106,10 @@ static int clk_rate_get(void *data, u64 +@@ -3105,7 +3105,10 @@ static int clk_rate_get(void *data, u64 { struct clk_core *core = data; -- cgit v1.2.3