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 ce90d0546cd..74550922ad5 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[] = {  	{ PCI_VDEVICE(TTI, 0x2744), chip_9480 },  	{ PCI_VDEVICE(TTI, 0x2760), chip_9480 },  	{ -		.vendor		= 0x1b4b, +		.vendor		= PCI_VENDOR_ID_MARVELL_EXT,  		.device		= 0x9480,  		.subvendor	= PCI_ANY_ID,  		.subdevice	= 0x9480, @@ -712,7 +712,7 @@ static struct pci_device_id mvs_pci_table[] = {  		.driver_data	= chip_9480,  	},  	{ -		.vendor		= 0x1b4b, +		.vendor		= PCI_VENDOR_ID_MARVELL_EXT,  		.device		= 0x9445,  		.subvendor	= PCI_ANY_ID,  		.subdevice	= 0x9480, @@ -721,7 +721,7 @@ static struct pci_device_id mvs_pci_table[] = {  		.driver_data	= chip_9445,  	},  	{ -		.vendor		= 0x1b4b, +		.vendor		= PCI_VENDOR_ID_MARVELL_EXT,  		.device		= 0x9485,  		.subvendor	= PCI_ANY_ID,  		.subdevice	= 0x9480,  |