Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177538
b: refs/heads/master
c: 3767cb5
h: refs/heads/master
v: v3
  • Loading branch information
Frans Pop authored and Len Brown committed Nov 5, 2009
1 parent 1d76633 commit 5030614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4143b0324a6a468cb00c4341cd20d60cc441252
refs/heads/master: 3767cb54ac718eb049d2a29f7a575ab923550ba5
2 changes: 2 additions & 0 deletions trunk/drivers/thermal/thermal_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,8 @@ void thermal_zone_device_update(struct thermal_zone_device *tz)
thermal_zone_device_set_polling(tz, tz->passive_delay);
else if (tz->polling_delay)
thermal_zone_device_set_polling(tz, tz->polling_delay);
else
thermal_zone_device_set_polling(tz, 0);
mutex_unlock(&tz->lock);
}
EXPORT_SYMBOL(thermal_zone_device_update);
Expand Down

0 comments on commit 5030614

Please sign in to comment.