Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350545
b: refs/heads/master
c: c73bad7
h: refs/heads/master
i:
  350543: 7d31446
v: v3
  • Loading branch information
Guenter Roeck committed Jan 26, 2013
1 parent b583312 commit 12e3415
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: 2a844c148e1f714ebf42cb96e1b172ce394c36c9
refs/heads/master: c73bad746cad97e438ccd148705907f20697288a
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ static int eeepc_get_fan_pwm(void)

static void eeepc_set_fan_pwm(int value)
{
value = SENSORS_LIMIT(value, 0, 255);
value = clamp_val(value, 0, 255);
value = value * 100 / 255;
ec_write(EEEPC_EC_FAN_PWM, value);
}
Expand Down

0 comments on commit 12e3415

Please sign in to comment.