projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa7a788
)
[ARM] S3C64XX: Lower severity of DMA logging
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 30 Apr 2009 13:58:40 +0000
(14:58 +0100)
committer
Ben Dooks
<ben-linux@fluff.org>
Mon, 18 May 2009 15:29:24 +0000
(16:29 +0100)
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>
arch/arm/plat-s3c64xx/dma.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-s3c64xx/dma.c
b/arch/arm/plat-s3c64xx/dma.c
index
1c0f51c
..
67aa93d
100644
(file)
--- a/
arch/arm/plat-s3c64xx/dma.c
+++ b/
arch/arm/plat-s3c64xx/dma.c
@@
-419,7
+419,7
@@
int s3c2410_dma_devconfig(int channel,
u32 peripheral;
u32 config = 0;
- pr
intk
("%s: channel %d, source %d, dev %08lx, chan %p\n",
+ pr
_debug
("%s: channel %d, source %d, dev %08lx, chan %p\n",
__func__, channel, source, devaddr, chan);
WARN_ON(!chan);