Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165295
b: refs/heads/master
c: 53de535
h: refs/heads/master
i:
  165293: 77b759d
  165291: 3bd3c7e
  165287: 6f02c78
  165279: c124c72
v: v3
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Sep 19, 2009
1 parent 83590a2 commit def4abe
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: 59fc9e5e21baf2bf5c87d8006e006007c3a708c2
refs/heads/master: 53de5356be3ac62c22ae1da266943059b169d9b1
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ static acpi_status acpi_device_notify_fixed(void *data)
{
struct acpi_device *device = data;

acpi_device_notify(device->handle, ACPI_FIXED_HARDWARE_EVENT, device);
/* Fixed hardware devices have no handles */
acpi_device_notify(NULL, ACPI_FIXED_HARDWARE_EVENT, device);
return AE_OK;
}

Expand Down

0 comments on commit def4abe

Please sign in to comment.