Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19491
b: refs/heads/master
c: c780f96
h: refs/heads/master
i:
  19489: 1e4b049
  19487: 3de817d
v: v3
  • Loading branch information
MAEDA Naoaki authored and Len Brown committed Nov 30, 2005
1 parent bd8c8bd commit cc0e3ec
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: 486368bf33a2844319ad4865039543cd50ac90dd
refs/heads/master: c780f964902a8c4e7f702ff3e0a2b754e82b3ca3
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/acpi-ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ acpi_vendor_resource_match(struct acpi_resource *resource, void *context)
struct acpi_vendor_descriptor *descriptor;
u32 length;

if (resource->id != ACPI_RSTYPE_VENDOR)
if (resource->type != ACPI_RSTYPE_VENDOR)
return AE_OK;

vendor = (struct acpi_resource_vendor *)&resource->data;
Expand Down

0 comments on commit cc0e3ec

Please sign in to comment.