* [PATCH 01/19] ARM: OMAP: fix %d confusingly prefixed with 0x in format string
@ 2014-08-04 0:18 Hans Wennborg
2014-08-22 23:04 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Hans Wennborg @ 2014-08-04 0:18 UTC (permalink / raw)
To: tony, linux-omap, linux-kernel; +Cc: Hans Wennborg
Signed-off-by: Hans Wennborg <hans@hanshq.net>
---
arch/arm/mach-omap2/id.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c
index d42022f..53841de 100644
--- a/arch/arm/mach-omap2/id.c
+++ b/arch/arm/mach-omap2/id.c
@@ -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;
}
--
2.0.0.526.g5318336
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 01/19] ARM: OMAP: fix %d confusingly prefixed with 0x in format string
2014-08-04 0:18 [PATCH 01/19] ARM: OMAP: fix %d confusingly prefixed with 0x in format string Hans Wennborg
@ 2014-08-22 23:04 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2014-08-22 23:04 UTC (permalink / raw)
To: Hans Wennborg; +Cc: linux-omap, linux-kernel
* Hans Wennborg <hans@hanshq.net> [140803 17:21]:
> Signed-off-by: Hans Wennborg <hans@hanshq.net>
> ---
> arch/arm/mach-omap2/id.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c
> index d42022f..53841de 100644
> --- a/arch/arm/mach-omap2/id.c
> +++ b/arch/arm/mach-omap2/id.c
> @@ -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;
> }
Thanks applying into omap-for-v3.17/fixes.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-22 23:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 0:18 [PATCH 01/19] ARM: OMAP: fix %d confusingly prefixed with 0x in format string Hans Wennborg
2014-08-22 23:04 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).