Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275025
b: refs/heads/master
c: 51e20d0
h: refs/heads/master
i:
  275023: 773910f
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Len Brown committed Nov 7, 2011
1 parent 7da4330 commit 04d69c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4505a2015f4c4b2f21137cc3a6b7400b0f3e073e
refs/heads/master: 51e20d0e3a60cf46b52ee1af598a35834919ed27
4 changes: 2 additions & 2 deletions trunk/drivers/thermal/thermal_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,10 +678,10 @@ static void thermal_zone_device_set_polling(struct thermal_zone_device *tz,
return;

if (delay > 1000)
schedule_delayed_work(&(tz->poll_queue),
queue_delayed_work(system_freezable_wq, &(tz->poll_queue),
round_jiffies(msecs_to_jiffies(delay)));
else
schedule_delayed_work(&(tz->poll_queue),
queue_delayed_work(system_freezable_wq, &(tz->poll_queue),
msecs_to_jiffies(delay));
}

Expand Down

0 comments on commit 04d69c1

Please sign in to comment.