Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44985
b: refs/heads/master
c: 2f000f5
h: refs/heads/master
i:
  44983: 2d4eb4c
v: v3
  • Loading branch information
Chen, Justin authored and Len Brown committed Oct 27, 2006
1 parent c758af9 commit d0497a9
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 616362de2fe224512fe105aec08f19f5470afb01
refs/heads/master: 2f000f5c153e984d5c166e42a9d38113de8693b3
6 changes: 5 additions & 1 deletion trunk/drivers/acpi/glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,12 @@ find_pci_rootbridge(acpi_handle handle, u32 lvl, void *context, void **rv)
bus = tmp;

if (seg == find->seg && bus == find->bus)
{
find->handle = handle;
status = AE_OK;
status = AE_CTRL_TERMINATE;
}
else
status = AE_OK;
exit:
kfree(buffer.pointer);
return status;
Expand Down

0 comments on commit d0497a9

Please sign in to comment.