kernel: bump 5.15 to 5.15.150
[openwrt/staging/blocktrron.git] / target / linux / bcm27xx / patches-5.15 / 950-0849-clk-Change-clk_core_init_rate_req-prototype.patch
index 7f08b94fa4f752a575b6f52a6f20b0b95c9e4ae4..d675b81f9f5970099b1f98a045261fddedc2cf6e 100644 (file)
@@ -19,7 +19,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech>
 
 --- a/drivers/clk/clk.c
 +++ b/drivers/clk/clk.c
-@@ -1373,13 +1373,15 @@ static int clk_core_determine_round_nolo
+@@ -1384,13 +1384,15 @@ static int clk_core_determine_round_nolo
  }
  
  static void clk_core_init_rate_req(struct clk_core * const core,
@@ -36,7 +36,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech>
        clk_core_get_boundaries(core, &req->min_rate, &req->max_rate);
  
        parent = core->parent;
-@@ -1407,7 +1409,7 @@ static int clk_core_round_rate_nolock(st
+@@ -1418,7 +1420,7 @@ static int clk_core_round_rate_nolock(st
                return 0;
        }
  
@@ -45,7 +45,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech>
  
        if (clk_core_can_round(core))
                return clk_core_determine_round_nolock(core, req);
-@@ -1993,9 +1995,7 @@ static struct clk_core *clk_calc_new_rat
+@@ -2004,9 +2006,7 @@ static struct clk_core *clk_calc_new_rat
        if (clk_core_can_round(core)) {
                struct clk_rate_request req;