If getting the current setting after modifying the link failed, we assume

it succeeded.  However, we also need to set the status to AE_OK.
This commit is contained in:
Nate Lawson 2004-08-26 17:14:36 +00:00
parent 461af901ed
commit 59506cd39a

View File

@ -651,6 +651,7 @@ acpi_pci_link_set_irq(struct acpi_pci_link_entry *link, UINT8 irq)
if (ACPI_FAILURE(error) && bootverbose) {
printf("acpi link set: _CRS failed for link %s - %s\n",
acpi_name(link->handle), AcpiFormatException(error));
error = AE_OK;
}
if (link->current_irq != irq) {
printf("acpi link set: curr irq %d != %d for %s (ignoring)\n",