mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
Add a forgotten change from the previous commit.
This commit is contained in:
parent
9fe3e6c023
commit
e7bb9ab605
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214849
@ -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