Skip to content

Commit

Permalink
ARM: OMAP: fix %d confusingly prefixed with 0x in format string
Browse files Browse the repository at this point in the history
Fix %d confusingly prefixed with 0x in format string.

Signed-off-by: Hans Wennborg <hans@hanshq.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Hans Wennborg authored and Tony Lindgren committed Aug 25, 2014
1 parent e49d519 commit 6953faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/id.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ void __init dra7xxx_check_revision(void)

default:
/* Unknown default to latest silicon rev as default*/
pr_warn("%s: unknown idcode=0x%08x (hawkeye=0x%08x,rev=0x%d)\n",
pr_warn("%s: unknown idcode=0x%08x (hawkeye=0x%08x,rev=0x%x)\n",
__func__, idcode, hawkeye, rev);
omap_revision = DRA752_REV_ES1_1;
}
Expand Down

0 comments on commit 6953faf

Please sign in to comment.