mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 22:30:54 +07:00
[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>
This commit is contained in:
parent
fa7a7883fe
commit
0b13406a1f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user