]> Git Repo - J-linux.git/commitdiff
[ARM] S3C64XX: Lower severity of DMA logging
authorMark Brown <[email protected]>
Thu, 30 Apr 2009 13:58:40 +0000 (14:58 +0100)
committerBen Dooks <[email protected]>
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 <[email protected]>
Signed-off-by: Ben Dooks <[email protected]>
arch/arm/plat-s3c64xx/dma.c

index 1c0f51cbcd8940fc9e5021e7737b41ed58559d08..67aa93dbb69e16c6b213bb9d2cd222c1c61e2385 100644 (file)
@@ -419,7 +419,7 @@ int s3c2410_dma_devconfig(int channel,
        u32 peripheral;
        u32 config = 0;
 
-       printk("%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);
This page took 0.04525 seconds and 4 git commands to generate.