]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/host/ehci-pci.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / usb / host / ehci-pci.c
index abb9a7706ec7c370dd0835db9d04b0e3f1abc6b8..5aa8bce90e1f3856d7195db5614394a6c709ba9f 100644 (file)
@@ -108,7 +108,7 @@ static int ehci_pci_setup(struct usb_hcd *hcd)
                case 0x00d8:    /* CK8 */
                case 0x00e8:    /* CK8S */
                        if (pci_set_consistent_dma_mask(pdev,
-                                               DMA_31BIT_MASK) < 0)
+                                               DMA_BIT_MASK(31)) < 0)
                                ehci_warn(ehci, "can't enable NVidia "
                                        "workaround for >2GB RAM\n");
                        break;