Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348859
b: refs/heads/master
c: a412a11
h: refs/heads/master
i:
  348857: f4d78c0
  348855: 6a2c77c
v: v3
  • Loading branch information
Yinghai Lu authored and Rafael J. Wysocki committed Jan 12, 2013
1 parent c77f743 commit 04b0394
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: 392370e7aa387185349946d29a0e17b918e51ae6
refs/heads/master: a412a11d6a24aebb6a898ed5d4e1c0725b638da3
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static int acpi_platform_notify(struct device *dev)
if (!ret) {
struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };

acpi_get_name(dev->acpi_handle, ACPI_FULL_PATHNAME, &buffer);
acpi_get_name(ACPI_HANDLE(dev), ACPI_FULL_PATHNAME, &buffer);
DBG("Device %s -> %s\n", dev_name(dev), (char *)buffer.pointer);
kfree(buffer.pointer);
} else
Expand Down

0 comments on commit 04b0394

Please sign in to comment.