git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3a4513
)
SPEAr3xx: Replace printk() with pr_*()
author
Viresh Kumar
<viresh.kumar@st.com>
Mon, 26 Mar 2012 05:09:43 +0000
(10:39 +0530)
committer
Arnd 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