aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2011-11-29 12:57:09 +0100
committerMichal Simek <monstr@monstr.eu>2012-01-05 08:34:27 +0100
commitf5b778bee6daeb9b21ccfbcdc79a2f61a868b300 (patch)
tree3a2c80a26afab4184308617e0f07054682e553b5 /arch/microblaze/kernel
parentb6d5b28e446896278a0b02d6cc1bf4447ed07019 (diff)
microblaze: Fix debug message in module
Trivial fix. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel')
-rw-r--r--arch/microblaze/kernel/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/module.c b/arch/microblaze/kernel/module.c
index 142426f631bb..f39257a5abcf 100644
--- 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: