summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/dma-pl081.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/dma-pl081.c')
-rw-r--r--firmware/target/arm/as3525/dma-pl081.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/dma-pl081.c b/firmware/target/arm/as3525/dma-pl081.c
index f4cc07df30..bd895a6d83 100644
--- a/firmware/target/arm/as3525/dma-pl081.c
+++ b/firmware/target/arm/as3525/dma-pl081.c
@@ -137,7 +137,7 @@ void INT_DMAC(void)
137{ 137{
138 unsigned int channel; 138 unsigned int channel;
139 139
140 /* SD channel is serviced first */ 140 /* Lowest channel index is serviced first */
141 for(channel = 0; channel < 2; channel++) 141 for(channel = 0; channel < 2; channel++)
142 if(DMAC_INT_STATUS & (1<<channel)) 142 if(DMAC_INT_STATUS & (1<<channel))
143 { 143 {