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)
commit5fb00f965eeac548015bcd45414cccbe53b13d3f
tree2a0d2b9d82a77f3f521c033b5d7bcef0deea2aca
parenta3a4513b692d147d839c7e6d2e3f0d3280a503ce
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>
arch/arm/mach-spear3xx/spear300.c
arch/arm/mach-spear3xx/spear310.c
arch/arm/mach-spear3xx/spear320.c
arch/arm/mach-spear3xx/spear3xx.c
This page took 0.02506 seconds and 5 git commands to generate.