Commit f5b778be authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Fix debug message in module



Trivial fix.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent b6d5b28e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: