Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117751
b: refs/heads/master
c: 601a1b9
h: refs/heads/master
i:
  117749: 45f7cf6
  117747: 10a3e79
  117743: b90ffaa
v: v3
  • Loading branch information
Stephen Rothwell authored and Richard Purdie committed Oct 23, 2008
1 parent ae0b797 commit 83a71cc
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: fbf0baee84cd31d3a800010139fcd01b8b11cbf9
refs/heads/master: 601a1b92ed3ce0025f7bec6fc591cceaef8d9d69
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-hp-disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static int hpled_add(struct acpi_device *device)
adev.device = device;
strcpy(acpi_device_name(device), DRIVER_NAME);
strcpy(acpi_device_class(device), ACPI_MDPS_CLASS);
acpi_driver_data(device) = &adev;
device->driver_data = &adev;

ret = led_classdev_register(NULL, &hpled_led);
return ret;
Expand Down

0 comments on commit 83a71cc

Please sign in to comment.