kernel: bump 5.10 to 5.10.94
[openwrt/staging/mkresin.git] / target / linux / bcm27xx / patches-5.10 / 950-0147-clk-bcm2835-Avoid-null-pointer-exception.patch
index 29613d1a4060f3a4f628522d17ec35396fc42748..6bb90962d4345f0e6b0f452455495908ae115730 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
-@@ -2310,9 +2310,11 @@ static bool bcm2835_clk_is_claimed(const
+@@ -2305,9 +2305,11 @@ static bool bcm2835_clk_is_claimed(const
        int i;
  
        for (i = 0; i < ARRAY_SIZE(clk_desc_array); i++) {