|
@@ -412,8 +412,7 @@ int rt2x00pci_probe(struct pci_dev *pci_dev, const struct pci_device_id *id)
|
|
|
if (pci_set_mwi(pci_dev))
|
|
|
ERROR_PROBE("MWI not available.\n");
|
|
|
|
|
|
- if (pci_set_dma_mask(pci_dev, DMA_64BIT_MASK) &&
|
|
|
- pci_set_dma_mask(pci_dev, DMA_32BIT_MASK)) {
|
|
|
+ if (pci_set_dma_mask(pci_dev, DMA_32BIT_MASK)) {
|
|
|
ERROR_PROBE("PCI DMA not supported.\n");
|
|
|
retval = -EIO;
|
|
|
goto exit_disable_device;
|