20 lines
480 B
Diff
20 lines
480 B
Diff
|
Subject: pwmconfig: Drop a stray comment
|
||
|
Upstream: yes, r6164
|
||
|
|
||
|
fancontrol supports multiple controlled fans for quite some time now.
|
||
|
---
|
||
|
prog/pwm/pwmconfig | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/prog/pwm/pwmconfig
|
||
|
+++ b/prog/pwm/pwmconfig
|
||
|
@@ -471,7 +471,7 @@ do
|
||
|
exit 1
|
||
|
fi
|
||
|
else
|
||
|
- fanactive="$j+${fanactive}" #not supported yet by fancontrol
|
||
|
+ fanactive="$j+${fanactive}"
|
||
|
fanactive_min="$S+${fanactive_min}"
|
||
|
fi
|
||
|
S=`cat $j`
|