aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/sn/kernel/xpc_partition.c
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2007-05-10 14:47:38 -0400
committerTony Luck <tony.luck@intel.com>2007-05-10 14:47:38 -0400
commitb9ae3bd255c3e25880b60a997f1b34ad9535b249 (patch)
tree8741f3a4659534ce00b285c12d64f7f765bee49b /arch/ia64/sn/kernel/xpc_partition.c
parent472118e63de7938c89f0f4fd3e0a80986e4c600f (diff)
[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 <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/sn/kernel/xpc_partition.c')
-rw-r--r--arch/ia64/sn/kernel/xpc_partition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/sn/kernel/xpc_partition.c b/arch/ia64/sn/kernel/xpc_partition.c
index 57c723f5cba4..7ba403232cb8 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,
574 u64 remote_vars_pa, struct xpc_vars *remote_vars) 574 u64 remote_vars_pa, struct xpc_vars *remote_vars)
575{ 575{
576 part->remote_rp_version = remote_rp_version; 576 part->remote_rp_version = remote_rp_version;
577 dev_dbg(xpc_part, " remote_rp_version = 0x%016lx\n", 577 dev_dbg(xpc_part, " remote_rp_version = 0x%016x\n",
578 part->remote_rp_version); 578 part->remote_rp_version);
579 579
580 part->remote_rp_stamp = *remote_rp_stamp; 580 part->remote_rp_stamp = *remote_rp_stamp;