projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6d5b28
)
microblaze: Fix debug message in module
author
Michal Simek
<monstr@monstr.eu>
Tue, 29 Nov 2011 11:57:09 +0000
(12:57 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 5 Jan 2012 07:34:27 +0000
(08:34 +0100)
Trivial fix.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/module.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/kernel/module.c
b/arch/microblaze/kernel/module.c
index 142426f631bb7e34ded5faa048144fafcafb8e12..f39257a5abcf2652c9e853661773a49d7a0c49b9 100644
(file)
--- a/
arch/microblaze/kernel/module.c
+++ b/
arch/microblaze/kernel/module.c
@@
-100,7
+100,7
@@
int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
break;
case R_MICROBLAZE_64_NONE:
- pr_debug("R_MICROBLAZE_NONE\n");
+ pr_debug("R_MICROBLAZE_
64_
NONE\n");
break;
case R_MICROBLAZE_NONE: