Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32017
b: refs/heads/master
c: 8a4444b
h: refs/heads/master
i:
  32015: 3551959
v: v3
  • Loading branch information
Patrick Mochel authored and Len Brown committed Jun 30, 2006
1 parent ee9ca01 commit 03e263b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 14747204055d4b8fb2f8517beca91985ac617c17
refs/heads/master: 8a4444bf5a3fd890441e6cbd5022a3c24edbe69a
2 changes: 0 additions & 2 deletions trunk/drivers/acpi/thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ struct acpi_thermal_flags {
};

struct acpi_thermal {
acpi_handle handle;
struct acpi_device * device;
acpi_bus_id name;
unsigned long temperature;
Expand Down Expand Up @@ -1277,7 +1276,6 @@ static int acpi_thermal_add(struct acpi_device *device)
return -ENOMEM;
memset(tz, 0, sizeof(struct acpi_thermal));

tz->handle = device->handle;
tz->device = device;
strcpy(tz->name, device->pnp.bus_id);
strcpy(acpi_device_name(device), ACPI_THERMAL_DEVICE_NAME);
Expand Down

0 comments on commit 03e263b

Please sign in to comment.