kernel: bump 5.15 to 5.15.46
[openwrt/staging/ansuel.git] / target / linux / bcm27xx / patches-5.15 / 950-0887-thermal-broadcom-Use-dev_err_probe-to-suppress-defer.patch
index d93e15f2164a04e8a4fe9a578236c12f62cfbfcd..224a121077c353ae04880a5bdcfc0f8c608eb19a 100644 (file)
@@ -15,7 +15,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
 
 --- a/drivers/thermal/broadcom/bcm2711_thermal.c
 +++ b/drivers/thermal/broadcom/bcm2711_thermal.c
-@@ -95,7 +95,7 @@ static int bcm2711_thermal_probe(struct
+@@ -92,7 +92,7 @@ static int bcm2711_thermal_probe(struct
                                                       &bcm2711_thermal_of_ops);
        if (IS_ERR(thermal)) {
                ret = PTR_ERR(thermal);