From: Tony Lindgren <tony@atomide.com>
To: Hans Wennborg <hans@hanshq.net>
Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 01/19] ARM: OMAP: fix %d confusingly prefixed with 0x in format string
Date: Fri, 22 Aug 2014 16:04:56 -0700 [thread overview]
Message-ID: <20140822230456.GK10066@atomide.com> (raw)
In-Reply-To: <1407111483-14512-1-git-send-email-hans@hanshq.net>
* 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
prev parent reply other threads:[~2014-08-22 23:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-04 0:18 Hans Wennborg
2014-08-22 23:04 ` Tony Lindgren [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140822230456.GK10066@atomide.com \
--to=tony@atomide.com \
--cc=hans@hanshq.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome