From fbe2f7db8644d831e7afe9e0b5b154a8d7294815 Mon Sep 17 00:00:00 2001 From: John Audia Date: Thu, 8 Sep 2022 09:03:12 -0400 Subject: kernel: bump 5.15 to 5.15.67 All patches automatically rebased Build system: x86_64 Build-tested: bcm2711/RPi4B, mt7622/RT3200 Run-tested: bcm2711/RPi4B, mt7622/RT3200 Signed-off-by: John Audia --- .../patches-5.15/950-0856-clk-Zero-the-clk_rate_request-structure.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/bcm27xx/patches-5.15/950-0856-clk-Zero-the-clk_rate_request-structure.patch') diff --git a/target/linux/bcm27xx/patches-5.15/950-0856-clk-Zero-the-clk_rate_request-structure.patch b/target/linux/bcm27xx/patches-5.15/950-0856-clk-Zero-the-clk_rate_request-structure.patch index 05ef714deb..dc914aab84 100644 --- a/target/linux/bcm27xx/patches-5.15/950-0856-clk-Zero-the-clk_rate_request-structure.patch +++ b/target/linux/bcm27xx/patches-5.15/950-0856-clk-Zero-the-clk_rate_request-structure.patch @@ -17,7 +17,7 @@ Signed-off-by: Maxime Ripard --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c -@@ -1439,6 +1439,8 @@ static void clk_core_init_rate_req(struc +@@ -1438,6 +1438,8 @@ static void clk_core_init_rate_req(struc if (WARN_ON(!core || !req)) return; -- cgit v1.2.3