Add a forgotten change from the previous commit.
This commit is contained in:
parent
9fe3e6c023
commit
e7bb9ab605
@ -798,7 +798,7 @@ acpi_pci_link_srs_from_links(struct acpi_pci_link_softc *sc,
|
||||
|
||||
/* Add a new IRQ resource from each link. */
|
||||
link = &sc->pl_links[i];
|
||||
if (newres.Type == ACPI_RESOURCE_TYPE_IRQ) {
|
||||
if (link->l_prs_template.Type == ACPI_RESOURCE_TYPE_IRQ) {
|
||||
|
||||
/* Build an IRQ resource. */
|
||||
bcopy(&link->l_prs_template, &newres,
|
||||
|
Loading…
Reference in New Issue
Block a user