Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19511
b: refs/heads/master
c: d4ec6c7
h: refs/heads/master
i:
  19509: 76604a9
  19507: f09ec1a
  19503: 65a3415
v: v3
  • Loading branch information
Len Brown committed Jan 26, 2006
1 parent c53e57c commit cc1c684
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4a90c7e86202f46fa9af011bdbcdf36e355d1721
refs/heads/master: d4ec6c7cc9a15a7a529719bc3b84f46812f9842e
4 changes: 3 additions & 1 deletion trunk/drivers/acpi/pci_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,10 @@ acpi_pci_link_check_current(struct acpi_resource *resource, void *context)
*irq = p->interrupts[0];
break;
}
break;
default:
ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "Resource isn't an IRQ\n"));
ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "Resource %d isn't an IRQ\n", resource->type));
case ACPI_RESOURCE_TYPE_END_TAG:
return_ACPI_STATUS(AE_OK);
}
return_ACPI_STATUS(AE_CTRL_TERMINATE);
Expand Down

0 comments on commit cc1c684

Please sign in to comment.