diff options
Diffstat (limited to 'drivers/net/wan/wanxl.c')
-rw-r--r-- | drivers/net/wan/wanxl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wan/wanxl.c b/drivers/net/wan/wanxl.c index 887acb0dc807..850d70d7b05d 100644 --- a/drivers/net/wan/wanxl.c +++ b/drivers/net/wan/wanxl.c | |||
@@ -633,8 +633,8 @@ static int __devinit wanxl_pci_init_one(struct pci_dev *pdev, | |||
633 | /* FIXME when PCI/DMA subsystems are fixed. | 633 | /* FIXME when PCI/DMA subsystems are fixed. |
634 | We set both dma_mask and consistent_dma_mask back to 32 bits | 634 | We set both dma_mask and consistent_dma_mask back to 32 bits |
635 | to indicate the card can do 32-bit DMA addressing */ | 635 | to indicate the card can do 32-bit DMA addressing */ |
636 | if (pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK) || | 636 | if (pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32)) || |
637 | pci_set_dma_mask(pdev, DMA_32BIT_MASK)) { | 637 | pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) { |
638 | printk(KERN_ERR "wanXL: No usable DMA configuration\n"); | 638 | printk(KERN_ERR "wanXL: No usable DMA configuration\n"); |
639 | wanxl_pci_remove_one(pdev); | 639 | wanxl_pci_remove_one(pdev); |
640 | return -EIO; | 640 | return -EIO; |