Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b9ae3bd255c3e25880b60a997f1b34ad9535b249
Commit:     b9ae3bd255c3e25880b60a997f1b34ad9535b249
Parent:     472118e63de7938c89f0f4fd3e0a80986e4c600f
Author:     Tony Luck <[EMAIL PROTECTED]>
AuthorDate: Thu May 10 11:47:38 2007 -0700
Committer:  Tony Luck <[EMAIL PROTECTED]>
CommitDate: Thu May 10 11:47:38 2007 -0700

    [IA64] more warning cleanups
    
    arch/ia64/sn/kernel/xpc_partition.c:578: warning: long unsigned int format, 
different type arg (arg 3)
    arch/ia64/sn/kernel/xpnet.c:349: warning: int format, different type arg 
(arg 7)
    arch/ia64/sn/kernel/xpnet.c:349: warning: int format, different type arg 
(arg 8)
    
    Signed-off-by: Tony Luck <[EMAIL PROTECTED]>
---
 arch/ia64/sn/kernel/xpc_partition.c |    2 +-
 arch/ia64/sn/kernel/xpnet.c         |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/ia64/sn/kernel/xpc_partition.c 
b/arch/ia64/sn/kernel/xpc_partition.c
index 57c723f..7ba4032 100644
--- a/arch/ia64/sn/kernel/xpc_partition.c
+++ b/arch/ia64/sn/kernel/xpc_partition.c
@@ -574,7 +574,7 @@ xpc_update_partition_info(struct xpc_partition *part, u8 
remote_rp_version,
                u64 remote_vars_pa, struct xpc_vars *remote_vars)
 {
        part->remote_rp_version = remote_rp_version;
-       dev_dbg(xpc_part, "  remote_rp_version = 0x%016lx\n",
+       dev_dbg(xpc_part, "  remote_rp_version = 0x%016x\n",
                part->remote_rp_version);
 
        part->remote_rp_stamp = *remote_rp_stamp;
diff --git a/arch/ia64/sn/kernel/xpnet.c b/arch/ia64/sn/kernel/xpnet.c
index 88fad85..da72135 100644
--- a/arch/ia64/sn/kernel/xpnet.c
+++ b/arch/ia64/sn/kernel/xpnet.c
@@ -343,8 +343,8 @@ xpnet_dev_open(struct net_device *dev)
        enum xpc_retval ret;
 
 
-       dev_dbg(xpnet, "calling xpc_connect(%d, 0x%p, NULL, %ld, %ld, %d, "
-               "%d)\n", XPC_NET_CHANNEL, xpnet_connection_activity,
+       dev_dbg(xpnet, "calling xpc_connect(%d, 0x%p, NULL, %ld, %ld, %ld, "
+               "%ld)\n", XPC_NET_CHANNEL, xpnet_connection_activity,
                XPNET_MSG_SIZE, XPNET_MSG_NENTRIES, XPNET_MAX_KTHREADS,
                XPNET_MAX_IDLE_KTHREADS);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to