summaryrefslogtreecommitdiff
path: root/common/fan.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fan.c')
-rw-r--r--common/fan.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/fan.c b/common/fan.c
index 669ddc519d..398a149268 100644
--- a/common/fan.c
+++ b/common/fan.c
@@ -498,9 +498,6 @@ static void pwm_fan_init(void)
memcpy(&state, prev, sizeof(state));
} else {
memset(&state, 0, sizeof(state));
- for (fan = 0; fan < fan_count; fan++)
- state.rpm = fan_percent_to_rpm(FAN_CH(fan),
- CONFIG_FAN_INIT_SPEED);
}
for (fan = 0; fan < fan_count; fan++) {