Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243136
b: refs/heads/master
c: a342421
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Barnes authored and Matthew Garrett committed Mar 28, 2011
1 parent 3134de0 commit 3149e88
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: 70a9b9047aebd53ac38837a1046da52a2f8d9636
refs/heads/master: a3424216e4935221fdaa5ca3c26e024f11297164
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/intel_ips.c
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ static int ips_monitor(void *data)
last_msecs = jiffies_to_msecs(jiffies);
expire = jiffies + msecs_to_jiffies(IPS_SAMPLE_PERIOD);

__set_current_state(TASK_UNINTERRUPTIBLE);
__set_current_state(TASK_INTERRUPTIBLE);
mod_timer(&timer, expire);
schedule();

Expand Down

0 comments on commit 3149e88

Please sign in to comment.