Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84088
b: refs/heads/master
c: 547266e
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Len Brown committed Feb 7, 2008
1 parent 9436bc1 commit 01cdf1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1cee5cce9776d88778b6c00e3f72fffbcbec40d4
refs/heads/master: 547266e46cc0b35ce51bd1f37f261d831927431f
2 changes: 1 addition & 1 deletion trunk/drivers/misc/thinkpad_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -4790,7 +4790,7 @@ static int fan_set_level(int level)
* or FULLSPEED mode bits and just ignore them */
if (level & TP_EC_FAN_FULLSPEED)
level |= 7; /* safety min speed 7 */
else if (level & TP_EC_FAN_FULLSPEED)
else if (level & TP_EC_FAN_AUTO)
level |= 4; /* safety min speed 4 */

if (!acpi_ec_write(fan_status_offset, level))
Expand Down

0 comments on commit 01cdf1f

Please sign in to comment.