]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/video/mx3fb.c
Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt...
[mv-sheeva.git] / drivers / video / mx3fb.c
index 772ba3f45e6f511d78bf2035046dd7829244277b..7cfc170bce196d28492fd4f4bbc5d9aace16ce31 100644 (file)
@@ -387,7 +387,8 @@ static void sdc_disable_channel(struct mx3fb_info *mx3_fbi)
 
        spin_unlock_irqrestore(&mx3fb->lock, flags);
 
-       mx3_fbi->txd->chan->device->device_terminate_all(mx3_fbi->txd->chan);
+       mx3_fbi->txd->chan->device->device_control(mx3_fbi->txd->chan,
+                                                  DMA_TERMINATE_ALL, 0);
        mx3_fbi->txd = NULL;
        mx3_fbi->cookie = -EINVAL;
 }