aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy/common/dbdma.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/alchemy/common/dbdma.c')
-rw-r--r--arch/mips/alchemy/common/dbdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/alchemy/common/dbdma.c b/arch/mips/alchemy/common/dbdma.c
index 3b2ccc05e20..493e5708f66 100644
--- a/arch/mips/alchemy/common/dbdma.c
+++ b/arch/mips/alchemy/common/dbdma.c
@@ -882,7 +882,7 @@ void au1xxx_dbdma_dump(u32 chanid)
882 dtp = ctp->chan_dest; 882 dtp = ctp->chan_dest;
883 cp = ctp->chan_ptr; 883 cp = ctp->chan_ptr;
884 884
885 printk(KERN_DEBUG "Chan %x, stp %x (dev %d) dtp %x (dev %d) \n", 885 printk(KERN_DEBUG "Chan %x, stp %x (dev %d) dtp %x (dev %d)\n",
886 (u32)ctp, (u32)stp, stp - dbdev_tab, (u32)dtp, 886 (u32)ctp, (u32)stp, stp - dbdev_tab, (u32)dtp,
887 dtp - dbdev_tab); 887 dtp - dbdev_tab);
888 printk(KERN_DEBUG "desc base %x, get %x, put %x, cur %x\n", 888 printk(KERN_DEBUG "desc base %x, get %x, put %x, cur %x\n",