diff options
Diffstat (limited to 'drivers/scsi/aacraid/linit.c')
-rw-r--r-- | drivers/scsi/aacraid/linit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scsi/aacraid/linit.c index 3c3ed4b3311a..9b97c3e016fe 100644 --- a/drivers/scsi/aacraid/linit.c +++ b/drivers/scsi/aacraid/linit.c | |||
@@ -1103,8 +1103,8 @@ static int __devinit aac_probe_one(struct pci_dev *pdev, | |||
1103 | * to driver communication memory to be allocated below 2gig | 1103 | * to driver communication memory to be allocated below 2gig |
1104 | */ | 1104 | */ |
1105 | if (aac_drivers[index].quirks & AAC_QUIRK_31BIT) | 1105 | if (aac_drivers[index].quirks & AAC_QUIRK_31BIT) |
1106 | if (pci_set_dma_mask(pdev, DMA_31BIT_MASK) || | 1106 | if (pci_set_dma_mask(pdev, DMA_BIT_MASK(31)) || |
1107 | pci_set_consistent_dma_mask(pdev, DMA_31BIT_MASK)) | 1107 | pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(31))) |
1108 | goto out_disable_pdev; | 1108 | goto out_disable_pdev; |
1109 | 1109 | ||
1110 | pci_set_master(pdev); | 1110 | pci_set_master(pdev); |