From da447396280b04de50fc85e08e489f45be340345 Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Fri, 22 Dec 2006 18:44:42 +0100 Subject: [PATCH] --- yaml --- r: 45171 b: refs/heads/master c: ae2aa9073acf8f810f18297f586e03d4b2b97588 h: refs/heads/master i: 45169: 74e114e9bd60e92160a316bd1d7c3be7c1df007f 45167: 23f580b5e2ccf521c1c0a8b8ec85408641902e21 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c2410/dma.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 169356cd0ed1..f761512cfe48 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 35108fb9b3f291b594a8019cb9188da6be2f7990 +refs/heads/master: ae2aa9073acf8f810f18297f586e03d4b2b97588 diff --git a/trunk/arch/arm/mach-s3c2410/dma.c b/trunk/arch/arm/mach-s3c2410/dma.c index 717322a0916b..fa860e716b4f 100644 --- a/trunk/arch/arm/mach-s3c2410/dma.c +++ b/trunk/arch/arm/mach-s3c2410/dma.c @@ -1053,11 +1053,11 @@ int s3c2410_dma_config(dmach_t channel, if (chan == NULL) return -EINVAL; - printk("Initial dcon is %08x\n", dcon); + pr_debug("%s: Initial dcon is %08x\n", __FUNCTION__, dcon); dcon |= chan->dcon & dma_sel.dcon_mask; - printk("New dcon is %08x\n", dcon); + pr_debug("%s: New dcon is %08x\n", __FUNCTION__, dcon); switch (xferunit) { case 1: