X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fthunderbolt%2Fnhi.c;h=20a41f7de76f687d39329c2f4ea58ae30dc8fc6d;hb=af712826966ee75ba5ac466a6c192580abdf0c29;hp=c68fe1222c16aa111e6734c6aa21432461f47c76;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/kernel/drivers/thunderbolt/nhi.c b/kernel/drivers/thunderbolt/nhi.c index c68fe1222..20a41f7de 100644 --- a/kernel/drivers/thunderbolt/nhi.c +++ b/kernel/drivers/thunderbolt/nhi.c @@ -643,7 +643,7 @@ static struct pci_device_id nhi_ids[] = { { .class = PCI_CLASS_SYSTEM_OTHER << 8, .class_mask = ~0, .vendor = PCI_VENDOR_ID_INTEL, .device = 0x156c, - .subvendor = 0x2222, .subdevice = 0x1111, + .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, }, { 0,} };