diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-30 09:58:40 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-18 11:29:24 -0400 |
commit | 0b13406a1f1928ec71e81dde52cb62d72ffd28ef (patch) | |
tree | 30c76787d26c092147a7199694773a037cebaa21 /arch/arm | |
parent | fa7a7883fe5c647decee57a9c1b86a96408c5b26 (diff) |
[ARM] S3C64XX: Lower severity of DMA logging
The message was missing a severity macro so pick pr_debug().
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-s3c64xx/dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c64xx/dma.c b/arch/arm/plat-s3c64xx/dma.c index 1c0f51cbcd89..67aa93dbb69e 100644 --- a/arch/arm/plat-s3c64xx/dma.c +++ b/arch/arm/plat-s3c64xx/dma.c | |||
@@ -419,7 +419,7 @@ int s3c2410_dma_devconfig(int channel, | |||
419 | u32 peripheral; | 419 | u32 peripheral; |
420 | u32 config = 0; | 420 | u32 config = 0; |
421 | 421 | ||
422 | printk("%s: channel %d, source %d, dev %08lx, chan %p\n", | 422 | pr_debug("%s: channel %d, source %d, dev %08lx, chan %p\n", |
423 | __func__, channel, source, devaddr, chan); | 423 | __func__, channel, source, devaddr, chan); |
424 | 424 | ||
425 | WARN_ON(!chan); | 425 | WARN_ON(!chan); |