Merge tag 'vmwgfx-fixes-4.3-151014' of git://people.freedesktop.org/~thomash/linux...
[firefly-linux-kernel-4.4.55.git] / drivers / dma / coh901318.c
index fd22dd36985f2b13fb4b1ccc9cc94c84751bd11b..c340ca9bd2b5dc953e6373f85314714836f8cf83 100644 (file)
@@ -2730,7 +2730,7 @@ static int __init coh901318_probe(struct platform_device *pdev)
         * This controller can only access address at even 32bit boundaries,
         * i.e. 2^2
         */
-       base->dma_memcpy.copy_align = 2;
+       base->dma_memcpy.copy_align = DMAENGINE_ALIGN_4_BYTES;
        err = dma_async_device_register(&base->dma_memcpy);
 
        if (err)