dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info
authorViresh Kumar <viresh.kumar@st.com>
Fri, 5 Aug 2011 10:02:32 +0000 (15:32 +0530)
committerVinod Koul <vinod.koul@intel.com>
Thu, 25 Aug 2011 14:03:38 +0000 (19:33 +0530)
commit175a5e617cd820d9e22d9e4f6d3ef736b2f874b1
tree33a48639bb61d42ef66d71bd4b7170fb4aa0a7cd
parent0532e6fced3c4f6a4eda7f078d8aa36405647c07
dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info

For 8 memory and 16 slave channels 35 boot print lines are printed. And that is
too much. Most of this would be more useful for debugging. So moving few of them
to dev_dbg instead of dev_info. Now only 3 prints will be printed.

This also rearrange one of the debug message to fit into two lines.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/amba-pl08x.c