Skip to content

Commit

Permalink
microblaze: Fix debug message in module
Browse files Browse the repository at this point in the history
Trivial fix.

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
michalsimek committed Jan 5, 2012
1 parent b6d5b28 commit f5b778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f5b778b

Please sign in to comment.