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:
parent
461af901ed
commit
59506cd39a
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user