Skip to content

Commit

Permalink
[ARM] S3C64XX: Lower severity of DMA logging
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Ben Dooks committed May 18, 2009
1 parent fa7a788 commit 0b13406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c64xx/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0b13406

Please sign in to comment.