diff options
Diffstat (limited to 'drivers/misc/tifm_7xx1.c')
-rw-r--r-- | drivers/misc/tifm_7xx1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/tifm_7xx1.c b/drivers/misc/tifm_7xx1.c index be5672a98702..a6ef18259da0 100644 --- a/drivers/misc/tifm_7xx1.c +++ b/drivers/misc/tifm_7xx1.c | |||
@@ -324,7 +324,7 @@ static int tifm_7xx1_probe(struct pci_dev *dev, | |||
324 | int pci_dev_busy = 0; | 324 | int pci_dev_busy = 0; |
325 | int rc; | 325 | int rc; |
326 | 326 | ||
327 | rc = pci_set_dma_mask(dev, DMA_32BIT_MASK); | 327 | rc = pci_set_dma_mask(dev, DMA_BIT_MASK(32)); |
328 | if (rc) | 328 | if (rc) |
329 | return rc; | 329 | return rc; |
330 | 330 | ||