kernel: bump 5.15 to 5.15.75
[openwrt/staging/noltari.git] / target / linux / bcm27xx / patches-5.15 / 950-0159-clk-bcm2835-Avoid-null-pointer-exception.patch
index 092c7ecffcd383be9b59bd0a2deda0a71c1d005d..ce32b6689c40d28337d9b430f8d74ed73a1bedd2 100644 (file)
@@ -12,7 +12,7 @@ Signed-off-by: popcornmix <popcornmix@gmail.com>
 
 --- a/drivers/clk/bcm/clk-bcm2835.c
 +++ b/drivers/clk/bcm/clk-bcm2835.c
-@@ -2304,9 +2304,11 @@ static bool bcm2835_clk_is_claimed(const
+@@ -2335,9 +2335,11 @@ static bool bcm2835_clk_is_claimed(const
        int i;
  
        for (i = 0; i < ARRAY_SIZE(clk_desc_array); i++) {