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:
9d57472
)
powerpc: Use pr_fmt in module loader code
author
Anton Blanchard
<anton@samba.org>
Wed, 17 Sep 2014 04:39:35 +0000
(14:39 +1000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 2 Oct 2014 07:33:54 +0000
(17:33 +1000)
Use pr_fmt to give some context to the error messages in the
module code, and convert open coded debug printk to pr_debug.
Use pr_err for error messages.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
No differences found