Commit f5b778be authored by Michal Simek's avatar Michal Simek

microblaze: Fix debug message in module

Trivial fix.
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent b6d5b28e
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment