commit | 5fb00f965eeac548015bcd45414cccbe53b13d3f | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Mon Mar 26 10:39:43 2012 +0530 |
committer | Arnd Bergmann <arnd@arndb.de> | Sun Apr 22 22:41:34 2012 +0200 |
tree | 2a0d2b9d82a77f3f521c033b5d7bcef0deea2aca | |
parent | a3a4513b692d147d839c7e6d2e3f0d3280a503ce [diff] |
SPEAr3xx: Replace printk() with pr_*() 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>