Commit 6953faf9 authored by Hans Wennborg's avatar Hans Wennborg Committed by Tony Lindgren

ARM: OMAP: fix %d confusingly prefixed with 0x in format string

Fix %d confusingly prefixed with 0x in format string.
Signed-off-by: default avatarHans Wennborg <hans@hanshq.net>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent e49d519c
...@@ -663,7 +663,7 @@ void __init dra7xxx_check_revision(void) ...@@ -663,7 +663,7 @@ void __init dra7xxx_check_revision(void)
default: default:
/* Unknown default to latest silicon rev as 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); __func__, idcode, hawkeye, rev);
omap_revision = DRA752_REV_ES1_1; omap_revision = DRA752_REV_ES1_1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment