]> Git Repo - qemu.git/commitdiff
omap_dma: fix unbalanced { in commented out code
authorMichael S. Tsirkin <[email protected]>
Wed, 30 Sep 2009 17:44:03 +0000 (19:44 +0200)
committerBlue Swirl <[email protected]>
Wed, 30 Sep 2009 18:45:50 +0000 (18:45 +0000)
Fix unbalanced {} in commented out code.

Signed-off-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
hw/omap_dma.c

index 6f5eacacf267bdb0c71b8a4133d3446ab1279daa..205d01039c36d75cb01fba1604e170b8528a0e51 100644 (file)
@@ -588,7 +588,7 @@ static void omap_dma_transfer_setup(struct soc_dma_ch_s *dma)
 #ifdef MULTI_REQ
     /* TODO: should all of this only be done if dma->update, and otherwise
      * inside omap_dma_transfer_generic below - check what's faster.  */
-    if (dma->update) {
+    if (dma->update)
 #endif
 
     /* If the channel is element synchronized, deactivate it */
@@ -668,7 +668,9 @@ static void omap_dma_transfer_setup(struct soc_dma_ch_s *dma)
 
         /* TODO: if the destination port is IMIF or EMIFF, set the dirty
          * bits on it.  */
+#ifndef MULTI_REQ
     }
+#endif
 
     omap_dma_interrupts_update(s);
 }
This page took 0.029411 seconds and 4 git commands to generate.