mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-25 20:49:49 +00:00
omap_dma: fix unbalanced { in commented out code
Fix unbalanced {} in commented out code. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
a0d98a712f
commit
f90554ad75
@ -588,7 +588,7 @@ static void omap_dma_transfer_setup(struct soc_dma_ch_s *dma)
|
|||||||
#ifdef MULTI_REQ
|
#ifdef MULTI_REQ
|
||||||
/* TODO: should all of this only be done if dma->update, and otherwise
|
/* TODO: should all of this only be done if dma->update, and otherwise
|
||||||
* inside omap_dma_transfer_generic below - check what's faster. */
|
* inside omap_dma_transfer_generic below - check what's faster. */
|
||||||
if (dma->update) {
|
if (dma->update)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* If the channel is element synchronized, deactivate it */
|
/* 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
|
/* TODO: if the destination port is IMIF or EMIFF, set the dirty
|
||||||
* bits on it. */
|
* bits on it. */
|
||||||
|
#ifndef MULTI_REQ
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
omap_dma_interrupts_update(s);
|
omap_dma_interrupts_update(s);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user