From: tip-bot for Stephen Rothwell <sfr@canb.auug.org.au>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
peterz@infradead.org, sfr@canb.auug.org.au, tglx@linutronix.de,
davem@davemloft.net
Subject: [tip:timers/core] sparc: fix printk for change of variable type
Date: Mon, 16 Nov 2009 10:57:36 GMT [thread overview]
Message-ID: <tip-621a071f4323a5eb71ea4f289c3d8ce65a4758e4@git.kernel.org> (raw)
In-Reply-To: <20091116180118.aa1bf1e4.sfr@canb.auug.org.au>
Commit-ID: 621a071f4323a5eb71ea4f289c3d8ce65a4758e4
Gitweb: http://git.kernel.org/tip/621a071f4323a5eb71ea4f289c3d8ce65a4758e4
Author: Stephen Rothwell <sfr@canb.auug.org.au>
AuthorDate: Mon, 16 Nov 2009 17:54:47 +1100
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Mon, 16 Nov 2009 11:55:19 +0100
sparc: fix printk for change of variable type
The clockevent mult field became a u32.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <20091116180118.aa1bf1e4.sfr@canb.auug.org.au>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
arch/sparc/kernel/time_64.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/sparc/kernel/time_64.c b/arch/sparc/kernel/time_64.c
index da1218e..63f73ae 100644
--- a/arch/sparc/kernel/time_64.c
+++ b/arch/sparc/kernel/time_64.c
@@ -847,7 +847,7 @@ void __init time_init(void)
sparc64_clockevent.min_delta_ns =
clockevent_delta2ns(0xF, &sparc64_clockevent);
- printk("clockevent: mult[%lx] shift[%d]\n",
+ printk("clockevent: mult[%ux] shift[%d]\n",
sparc64_clockevent.mult, sparc64_clockevent.shift);
setup_sparc64_timer();
next prev parent reply other threads:[~2009-11-16 10:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-16 5:25 linux-next: tip tree build warning Stephen Rothwell
2009-11-16 7:01 ` linux-next: tip tree build failure (Was: linux-next: tip tree build warning) Stephen Rothwell
2009-11-16 10:57 ` tip-bot for Stephen Rothwell [this message]
2009-11-16 17:05 ` linux-next: tip tree build warning Randy Dunlap
2009-11-23 18:05 ` Randy Dunlap
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=tip-621a071f4323a5eb71ea4f289c3d8ce65a4758e4@git.kernel.org \
--to=sfr@canb.auug.org.au \
--cc=davem@davemloft.net \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
/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