aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-s3c24xx/dma.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/plat-s3c24xx/dma.c b/arch/arm/plat-s3c24xx/dma.c
index a5b3684e1154..a79a8ccd25f6 100644
--- a/arch/arm/plat-s3c24xx/dma.c
+++ b/arch/arm/plat-s3c24xx/dma.c
@@ -1231,7 +1231,7 @@ static void s3c2410_dma_resume_chan(struct s3c2410_dma_chan *cp)
1231 /* restore channel's hardware configuration */ 1231 /* restore channel's hardware configuration */
1232 1232
1233 if (!cp->in_use) 1233 if (!cp->in_use)
1234 return 0; 1234 return;
1235 1235
1236 printk(KERN_INFO "dma%d: restoring configuration\n", cp->number); 1236 printk(KERN_INFO "dma%d: restoring configuration\n", cp->number);
1237 1237
@@ -1242,8 +1242,6 @@ static void s3c2410_dma_resume_chan(struct s3c2410_dma_chan *cp)
1242 1242
1243 if (cp->map != NULL) 1243 if (cp->map != NULL)
1244 dma_sel.select(cp, cp->map); 1244 dma_sel.select(cp, cp->map);
1245
1246 return 0;
1247} 1245}
1248 1246
1249static void s3c2410_dma_resume(void) 1247static void s3c2410_dma_resume(void)