microblaze: Fix debug message in module
authorMichal Simek <monstr@monstr.eu>
Tue, 29 Nov 2011 11:57:09 +0000 (12:57 +0100)
committerMichal 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

index 142426f631bb7e34ded5faa048144fafcafb8e12..f39257a5abcf2652c9e853661773a49d7a0c49b9 100644 (file)
@@ -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:
This page took 0.026852 seconds and 5 git commands to generate.