sound: seq_midi_event: fix decoding of (N)RPN events
[pandora-kernel.git] / lib / swiotlb.c
index 32e2bd3..2b0b5a7 100644 (file)
@@ -549,7 +549,7 @@ swiotlb_alloc_coherent(struct device *hwdev, size_t size,
        dma_addr_t dev_addr;
        void *ret;
        int order = get_order(size);
-       u64 dma_mask = DMA_32BIT_MASK;
+       u64 dma_mask = DMA_BIT_MASK(32);
 
        if (hwdev && hwdev->coherent_dma_mask)
                dma_mask = hwdev->coherent_dma_mask;