Commit 412e704f authored by Myron Stowe's avatar Myron Stowe Committed by Bjorn Helgaas

[SCSI] mvsas: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4b

With the 0x1b4b vendor ID #define in place, convert hard-coded ID
values.
Signed-off-by: default avatarMyron Stowe <myron.stowe@redhat.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarJames Bottomley <James.Bottomley@hansenpartnership.com>
parent 69fd3157
...@@ -703,7 +703,7 @@ static struct pci_device_id mvs_pci_table[] = { ...@@ -703,7 +703,7 @@ static struct pci_device_id mvs_pci_table[] = {
{ PCI_VDEVICE(TTI, 0x2744), chip_9480 }, { PCI_VDEVICE(TTI, 0x2744), chip_9480 },
{ PCI_VDEVICE(TTI, 0x2760), chip_9480 }, { PCI_VDEVICE(TTI, 0x2760), chip_9480 },
{ {
.vendor = 0x1b4b, .vendor = PCI_VENDOR_ID_MARVELL_EXT,
.device = 0x9480, .device = 0x9480,
.subvendor = PCI_ANY_ID, .subvendor = PCI_ANY_ID,
.subdevice = 0x9480, .subdevice = 0x9480,
...@@ -712,7 +712,7 @@ static struct pci_device_id mvs_pci_table[] = { ...@@ -712,7 +712,7 @@ static struct pci_device_id mvs_pci_table[] = {
.driver_data = chip_9480, .driver_data = chip_9480,
}, },
{ {
.vendor = 0x1b4b, .vendor = PCI_VENDOR_ID_MARVELL_EXT,
.device = 0x9445, .device = 0x9445,
.subvendor = PCI_ANY_ID, .subvendor = PCI_ANY_ID,
.subdevice = 0x9480, .subdevice = 0x9480,
...@@ -721,7 +721,7 @@ static struct pci_device_id mvs_pci_table[] = { ...@@ -721,7 +721,7 @@ static struct pci_device_id mvs_pci_table[] = {
.driver_data = chip_9445, .driver_data = chip_9445,
}, },
{ {
.vendor = 0x1b4b, .vendor = PCI_VENDOR_ID_MARVELL_EXT,
.device = 0x9485, .device = 0x9485,
.subvendor = PCI_ANY_ID, .subvendor = PCI_ANY_ID,
.subdevice = 0x9480, .subdevice = 0x9480,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment