mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-17 03:46:34 +07:00
microblaze: Fix debug message in module
Trivial fix. Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
b6d5b28e44
commit
f5b778bee6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user