net: thunderx: Fix incorrect subsystem devid of VF on pass2 silicon
Signed-off-by: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: David Daney <david.daney@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f9bf45e08e
commit
4e85777ff0
|
@ -29,7 +29,7 @@
|
|||
static const struct pci_device_id nicvf_id_table[] = {
|
||||
{ PCI_DEVICE_SUB(PCI_VENDOR_ID_CAVIUM,
|
||||
PCI_DEVICE_ID_THUNDER_NIC_VF,
|
||||
PCI_VENDOR_ID_CAVIUM, 0xA11E) },
|
||||
PCI_VENDOR_ID_CAVIUM, 0xA134) },
|
||||
{ PCI_DEVICE_SUB(PCI_VENDOR_ID_CAVIUM,
|
||||
PCI_DEVICE_ID_THUNDER_PASS1_NIC_VF,
|
||||
PCI_VENDOR_ID_CAVIUM, 0xA11E) },
|
||||
|
|
Loading…
Reference in New Issue