Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350990
b: refs/heads/master
c: ca4e713
h: refs/heads/master
v: v3
  • Loading branch information
Srinivas Pandruvada authored and Rafael J. Wysocki committed Jan 25, 2013
1 parent c30fb19 commit a93f2b1
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 7e3cf246b532a640ff1176d0b988aa0a9338e36f
refs/heads/master: ca4e713080dd7f23cd1cf5d3871e0b717ee9b254
4 changes: 4 additions & 0 deletions trunk/drivers/acpi/thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,10 @@ static void acpi_thermal_check(void *data)
{
struct acpi_thermal *tz = data;

if (!tz->tz_enabled) {
pr_warn("thermal zone is disabled \n");
return;
}
thermal_zone_device_update(tz->thermal_zone);
}

Expand Down

0 comments on commit a93f2b1

Please sign in to comment.