Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177602
b: refs/heads/master
c: bf2abdd
h: refs/heads/master
v: v3
  • Loading branch information
Frans Pop authored and Len Brown committed Dec 16, 2009
1 parent 6e1b1b9 commit 61f5380
Show file tree
Hide file tree
Showing 2 changed files with 8 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: b552a8c56db8a74ceffdcbb9269664009a81d536
refs/heads/master: bf2abdd79ac81c52957bf0d0d5430cec5433cfb7
7 changes: 7 additions & 0 deletions trunk/drivers/acpi/thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,13 @@ static int acpi_thermal_trip_seq_show(struct seq_file *seq, void *offset)
acpi_device_bid(device));
}
seq_puts(seq, "\n");
} else {
seq_printf(seq, "passive (forced):");
if (tz->thermal_zone->forced_passive)
seq_printf(seq, " %i C\n",
tz->thermal_zone->forced_passive / 1000);
else
seq_printf(seq, "<not set>\n");
}

for (i = 0; i < ACPI_THERMAL_MAX_ACTIVE; i++) {
Expand Down

0 comments on commit 61f5380

Please sign in to comment.