Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117635
b: refs/heads/master
c: f3161f3
h: refs/heads/master
i:
  117633: 779ee0e
  117631: b7ca0fc
v: v3
  • Loading branch information
Linus Torvalds committed Oct 23, 2008
1 parent f62a61c commit b69feb2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 12e1ec9ff31d388305da644b452c9f80d244aa55
refs/heads/master: f3161f36f5f49ee995b90d6207d8b6d990355e0a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/pcc-acpi/pcc-acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ static int __devinit acpi_pcc_hotkey_add(struct acpi_device *device)
hotkey->device = device;
hotkey->handle = device->handle;
hotkey->num_sifr = num_sifr;
acpi_driver_data(device) = hotkey;
device->driver_data = hotkey;
strcpy(acpi_device_name(device), ACPI_PCC_DEVICE_NAME);
strcpy(acpi_device_class(device), ACPI_PCC_CLASS);

Expand Down

0 comments on commit b69feb2

Please sign in to comment.