diff options
Diffstat (limited to 'drivers/scsi/atp870u.c')
-rw-r--r-- | drivers/scsi/atp870u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/atp870u.c b/drivers/scsi/atp870u.c index 20ca0a6374b5..b137e561f5bc 100644 --- a/drivers/scsi/atp870u.c +++ b/drivers/scsi/atp870u.c | |||
@@ -2568,7 +2568,7 @@ static int atp870u_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
2568 | if (pci_enable_device(pdev)) | 2568 | if (pci_enable_device(pdev)) |
2569 | goto err_eio; | 2569 | goto err_eio; |
2570 | 2570 | ||
2571 | if (!pci_set_dma_mask(pdev, DMA_32BIT_MASK)) { | 2571 | if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) { |
2572 | printk(KERN_INFO "atp870u: use 32bit DMA mask.\n"); | 2572 | printk(KERN_INFO "atp870u: use 32bit DMA mask.\n"); |
2573 | } else { | 2573 | } else { |
2574 | printk(KERN_ERR "atp870u: DMA mask required but not available.\n"); | 2574 | printk(KERN_ERR "atp870u: DMA mask required but not available.\n"); |