mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue