1
0

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>
This commit is contained in:
Viresh Kumar
2012-03-26 10:39:43 +05:30
committed by Arnd Bergmann
parent a3a4513b69
commit 5fb00f965e
4 changed files with 20 additions and 14 deletions

View File

@@ -11,6 +11,8 @@
* warranty of any kind, whether express or implied.
*/
#define pr_fmt(fmt) "SPEAr3xx: " fmt
#include <linux/types.h>
#include <linux/amba/pl061.h>
#include <linux/ptrace.h>