Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141903
b: refs/heads/master
c: f6f5c45
h: refs/heads/master
i:
  141901: d8acd56
  141899: 6bc150b
  141895: 29420be
  141887: aacb4f8
v: v3
  • Loading branch information
Stephen Rothwell authored and Len Brown committed Mar 27, 2009
1 parent 4ebb142 commit 5d55a76
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b1569e99c795bf83b4ddf41c4f1c42761ab7f75e
refs/heads/master: f6f5c45e06e86d94621cd5c1c4508bdee1952fc8
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include <linux/kmod.h>
#include <linux/seq_file.h>
#include <linux/reboot.h>
#include <linux/device.h>
#include <asm/uaccess.h>
#include <linux/thermal.h>
#include <acpi/acpi_bus.h>
Expand Down Expand Up @@ -765,7 +766,7 @@ static int thermal_notify(struct thermal_zone_device *thermal, int trip,

acpi_bus_generate_proc_event(tz->device, type, 1);
acpi_bus_generate_netlink_event(tz->device->pnp.device_class,
tz->device->dev.bus_id, type, 1);
dev_name(&tz->device->dev), type, 1);

if (trip_type == THERMAL_TRIP_CRITICAL && nocrt)
return 1;
Expand Down

0 comments on commit 5d55a76

Please sign in to comment.