Add a forgotten change from the previous commit.

This commit is contained in:
Jung-uk Kim 2010-11-05 20:24:26 +00:00
parent 9fe3e6c023
commit e7bb9ab605
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214849

View File

@ -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,