1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/target/linux/bcm27xx/patches-5.14/0358-hack-Fixup-rpi-poe-fan.patch
Ycarus (Yannick Chabanois) 5c593832cc Add 5.14 patches for RPI
2021-10-01 16:58:58 +02:00

25 lines
674 B
Diff

From ab3c904b783be0841e6c04cf3d803cbafc03bbb0 Mon Sep 17 00:00:00 2001
From: Dom Cobley <popcornmix@gmail.com>
Date: Wed, 17 Mar 2021 12:46:09 +0000
Subject: [PATCH 358/552] hack: Fixup rpi-poe-fan
---
drivers/hwmon/rpi-poe-fan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hwmon/rpi-poe-fan.c b/drivers/hwmon/rpi-poe-fan.c
index c9654e9e9f2d..4c19680cf832 100644
--- a/drivers/hwmon/rpi-poe-fan.c
+++ b/drivers/hwmon/rpi-poe-fan.c
@@ -363,7 +363,7 @@ static int rpi_poe_fan_probe(struct platform_device *pdev)
goto err;
}
ctx->cdev = cdev;
- thermal_cdev_update(cdev);
+ //thermal_cdev_update(cdev);
return 0;
err:
--
2.33.0