diff options
author | Sunil Goutham <sgoutham@cavium.com> | 2015-10-23 20:14:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-25 21:12:59 -0400 |
commit | 4e85777ff071b51f500b130b6d036922af32be25 (patch) | |
tree | 599e310d4021f5e1b888b7a5ff8cecd3979c6dd5 | |
parent | f9bf45e08ef36b6726a5744f0029325e81b3248a (diff) |
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>
-rw-r--r-- | drivers/net/ethernet/cavium/thunder/nicvf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/cavium/thunder/nicvf_main.c b/drivers/net/ethernet/cavium/thunder/nicvf_main.c index b63e579aeb12..a9377727c11c 100644 --- a/drivers/net/ethernet/cavium/thunder/nicvf_main.c +++ b/drivers/net/ethernet/cavium/thunder/nicvf_main.c | |||
@@ -29,7 +29,7 @@ | |||
29 | static const struct pci_device_id nicvf_id_table[] = { | 29 | static const struct pci_device_id nicvf_id_table[] = { |
30 | { PCI_DEVICE_SUB(PCI_VENDOR_ID_CAVIUM, | 30 | { PCI_DEVICE_SUB(PCI_VENDOR_ID_CAVIUM, |
31 | PCI_DEVICE_ID_THUNDER_NIC_VF, | 31 | PCI_DEVICE_ID_THUNDER_NIC_VF, |
32 | PCI_VENDOR_ID_CAVIUM, 0xA11E) }, | 32 | PCI_VENDOR_ID_CAVIUM, 0xA134) }, |
33 | { PCI_DEVICE_SUB(PCI_VENDOR_ID_CAVIUM, | 33 | { PCI_DEVICE_SUB(PCI_VENDOR_ID_CAVIUM, |
34 | PCI_DEVICE_ID_THUNDER_PASS1_NIC_VF, | 34 | PCI_DEVICE_ID_THUNDER_PASS1_NIC_VF, |
35 | PCI_VENDOR_ID_CAVIUM, 0xA11E) }, | 35 | PCI_VENDOR_ID_CAVIUM, 0xA11E) }, |