diff options
author | Michal Simek <monstr@monstr.eu> | 2011-11-29 12:57:09 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2012-01-05 08:34:27 +0100 |
commit | f5b778bee6daeb9b21ccfbcdc79a2f61a868b300 (patch) | |
tree | 3a2c80a26afab4184308617e0f07054682e553b5 /arch/microblaze/kernel | |
parent | b6d5b28e446896278a0b02d6cc1bf4447ed07019 (diff) | |
download | blackbird-obmc-linux-f5b778bee6daeb9b21ccfbcdc79a2f61a868b300.tar.gz blackbird-obmc-linux-f5b778bee6daeb9b21ccfbcdc79a2f61a868b300.zip |
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.c | 2 |
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: |