mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 16:40:22 +00:00
[ARM] 4065/1: S3C24XX: dma printk fixes
The commit 505788cccbb96cd496b646594c8a5fcdc26bc2d9 in linus kernel tree introduced some printks (for debugging ?) which are flooding the logs on my h1940. This patch replace them with pr_debug calls. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
35108fb9b3
commit
ae2aa9073a
@ -1053,11 +1053,11 @@ int s3c2410_dma_config(dmach_t channel,
|
|||||||
if (chan == NULL)
|
if (chan == NULL)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
printk("Initial dcon is %08x\n", dcon);
|
pr_debug("%s: Initial dcon is %08x\n", __FUNCTION__, dcon);
|
||||||
|
|
||||||
dcon |= chan->dcon & dma_sel.dcon_mask;
|
dcon |= chan->dcon & dma_sel.dcon_mask;
|
||||||
|
|
||||||
printk("New dcon is %08x\n", dcon);
|
pr_debug("%s: New dcon is %08x\n", __FUNCTION__, dcon);
|
||||||
|
|
||||||
switch (xferunit) {
|
switch (xferunit) {
|
||||||
case 1:
|
case 1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user