Kaynağa Gözat

microblaze: Fix debug message in module

Trivial fix.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek 13 yıl önce
ebeveyn
işleme
f5b778bee6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      arch/microblaze/kernel/module.c

+ 1 - 1
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: