diff options
Diffstat (limited to 'drivers/net/chelsio/cxgb2.c')
-rw-r--r-- | drivers/net/chelsio/cxgb2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/chelsio/cxgb2.c b/drivers/net/chelsio/cxgb2.c index 57cfbc369f51..fa06994f9737 100644 --- a/drivers/net/chelsio/cxgb2.c +++ b/drivers/net/chelsio/cxgb2.c | |||
@@ -1066,7 +1066,7 @@ static int __devinit init_one(struct pci_dev *pdev, | |||
1066 | goto out_disable_pdev; | 1066 | goto out_disable_pdev; |
1067 | } | 1067 | } |
1068 | 1068 | ||
1069 | } else if ((err = pci_set_dma_mask(pdev, DMA_32BIT_MASK)) != 0) { | 1069 | } else if ((err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) != 0) { |
1070 | CH_ERR("%s: no usable DMA configuration\n", pci_name(pdev)); | 1070 | CH_ERR("%s: no usable DMA configuration\n", pci_name(pdev)); |
1071 | goto out_disable_pdev; | 1071 | goto out_disable_pdev; |
1072 | } | 1072 | } |