kernel: bump 5.4 to 5.4.73
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0270-clk-bcm2835-Avoid-null-pointer-exception.patch
index 1542f781f08e49ee4a6cdd6c39007f559f115f10..8a529af7b06b94a8e6758bf53c2a5115060cf916 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
-@@ -2278,9 +2278,11 @@ static bool bcm2835_clk_is_claimed(const
+@@ -2280,9 +2280,11 @@ static bool bcm2835_clk_is_claimed(const
        int i;
  
        for (i = 0; i < ARRAY_SIZE(clk_desc_array); i++) {