Message ID | 20210129080245.979511-2-kai.heng.feng@canonical.com |
---|---|
State | New |
Headers | show |
Series | Fix unexpected AER/DPC on PCH400 and PCH500 | expand |
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 295ae555ad31..16adfe133975 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -4611,7 +4611,7 @@ static bool pci_quirk_intel_spt_pch_acs_match(struct pci_dev *dev) return false; switch (dev->device) { - case 0x06ac ... 0x06c3: /* Comet Lake */ + case 0x06ac: /* Comet Lake */ case 0xa110 ... 0xa11f: case 0xa167 ... 0xa16a: /* Sunrise Point */ case 0xa290 ... 0xa29f: case 0xa2e7 ... 0xa2ee: /* Union Point */ case 0x9d10 ... 0x9d1b: /* 7th & 8th Gen Mobile */
BugLink: https://bugs.launchpad.net/bugs/1913691 This reverts commit b5bd4db5644823db92e08560a2a88ea4c53ef250. Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com> --- drivers/pci/quirks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)