]> Git Repo - linux.git/blobdiff - drivers/misc/tifm_7xx1.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
[linux.git] / drivers / misc / tifm_7xx1.c
index be5672a98702615bb21585871ad0b2deefc8efdb..a6ef18259da033ea7a9d6426f53575de1a35e027 100644 (file)
@@ -324,7 +324,7 @@ static int tifm_7xx1_probe(struct pci_dev *dev,
        int pci_dev_busy = 0;
        int rc;
 
-       rc = pci_set_dma_mask(dev, DMA_32BIT_MASK);
+       rc = pci_set_dma_mask(dev, DMA_BIT_MASK(32));
        if (rc)
                return rc;
 
This page took 0.031347 seconds and 4 git commands to generate.