Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 100023 | Differences between
and this patch

Collapse All | Expand All

(-)linux-work/drivers/macintosh/therm_pm72.c (-1 / +1 lines)
Lines 933-939 Link Here
933
       if (state0->overtemp > 0) {
933
       if (state0->overtemp > 0) {
934
               state0->rpm = state0->mpu.rmaxn_exhaust_fan;
934
               state0->rpm = state0->mpu.rmaxn_exhaust_fan;
935
               state0->intake_rpm = intake = state0->mpu.rmaxn_intake_fan;
935
               state0->intake_rpm = intake = state0->mpu.rmaxn_intake_fan;
936
               pump = state0->pump_min;
936
               pump = state0->pump_max;
937
               goto do_set_fans;
937
               goto do_set_fans;
938
       }
938
       }

Return to bug 100023