diff options
Diffstat (limited to 'drivers/scsi/mvsas/mv_init.c')
-rw-r--r-- | drivers/scsi/mvsas/mv_init.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c index ce90d0546cdd..74550922ad55 100644 --- a/drivers/scsi/mvsas/mv_init.c +++ b/drivers/scsi/mvsas/mv_init.c | |||
@@ -703,7 +703,7 @@ static struct pci_device_id mvs_pci_table[] = { | |||
703 | { PCI_VDEVICE(TTI, 0x2744), chip_9480 }, | 703 | { PCI_VDEVICE(TTI, 0x2744), chip_9480 }, |
704 | { PCI_VDEVICE(TTI, 0x2760), chip_9480 }, | 704 | { PCI_VDEVICE(TTI, 0x2760), chip_9480 }, |
705 | { | 705 | { |
706 | .vendor = 0x1b4b, | 706 | .vendor = PCI_VENDOR_ID_MARVELL_EXT, |
707 | .device = 0x9480, | 707 | .device = 0x9480, |
708 | .subvendor = PCI_ANY_ID, | 708 | .subvendor = PCI_ANY_ID, |
709 | .subdevice = 0x9480, | 709 | .subdevice = 0x9480, |
@@ -712,7 +712,7 @@ static struct pci_device_id mvs_pci_table[] = { | |||
712 | .driver_data = chip_9480, | 712 | .driver_data = chip_9480, |
713 | }, | 713 | }, |
714 | { | 714 | { |
715 | .vendor = 0x1b4b, | 715 | .vendor = PCI_VENDOR_ID_MARVELL_EXT, |
716 | .device = 0x9445, | 716 | .device = 0x9445, |
717 | .subvendor = PCI_ANY_ID, | 717 | .subvendor = PCI_ANY_ID, |
718 | .subdevice = 0x9480, | 718 | .subdevice = 0x9480, |
@@ -721,7 +721,7 @@ static struct pci_device_id mvs_pci_table[] = { | |||
721 | .driver_data = chip_9445, | 721 | .driver_data = chip_9445, |
722 | }, | 722 | }, |
723 | { | 723 | { |
724 | .vendor = 0x1b4b, | 724 | .vendor = PCI_VENDOR_ID_MARVELL_EXT, |
725 | .device = 0x9485, | 725 | .device = 0x9485, |
726 | .subvendor = PCI_ANY_ID, | 726 | .subvendor = PCI_ANY_ID, |
727 | .subdevice = 0x9480, | 727 | .subdevice = 0x9480, |