SPEAr3xx: Replace printk() with pr_*()
authorViresh Kumar <viresh.kumar@st.com>
Mon, 26 Mar 2012 05:09:43 +0000 (10:39 +0530)
committerArnd Bergmann <arnd@arndb.de>
Sun, 22 Apr 2012 20:41:34 +0000 (22:41 +0200)
For better print logs/messages, it is advisable to use pr_*() routines instead
of directly calling printks. This patch removes direct calling of printks for
spear3xx.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>

No differences found