dect
/
linux-2.6
Archived
13
0
Fork 0

microblaze: Fix debug message in module

Trivial fix.

Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
Michal Simek 2011-11-29 12:57:09 +01:00
parent b6d5b28e44
commit f5b778bee6
1 changed files with 1 additions and 1 deletions

View 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: