linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][2.6-mm] ipmi_kcs_intf.c compile warning
@ 2003-08-13 13:32 Zwane Mwaikambo
  0 siblings, 0 replies; only message in thread
From: Zwane Mwaikambo @ 2003-08-13 13:32 UTC (permalink / raw)
  To: Linux Kernel

drivers/char/ipmi/ipmi_kcs_intf.c: In function `acpi_find_bmc':
drivers/char/ipmi/ipmi_kcs_intf.c:1088: warning: long unsigned int format, 
different type arg (arg 2)
drivers/char/ipmi/ipmi_kcs_intf.c:1088: warning: long unsigned int format, 
different type arg (arg 2)

Index: linux-2.6.0-test3-mm2-x86_64/drivers/char/ipmi/ipmi_kcs_intf.c
===================================================================
RCS file: /build/cvsroot/linux-2.6.0-test3/drivers/char/ipmi/ipmi_kcs_intf.c,v
retrieving revision 1.1.1.2
diff -u -p -B -r1.1.1.2 ipmi_kcs_intf.c
--- linux-2.6.0-test3-mm2-x86_64/drivers/char/ipmi/ipmi_kcs_intf.c	13 Aug 2003 13:15:20 -0000	1.1.1.2
+++ linux-2.6.0-test3-mm2-x86_64/drivers/char/ipmi/ipmi_kcs_intf.c	13 Aug 2003 13:15:31 -0000
@@ -1085,7 +1085,7 @@ static int acpi_find_bmc(unsigned long *
 		*port = spmi->addr.address;
 		printk("ipmi_kcs_intf: Found ACPI-specified state machine"
 		       " at I/O address 0x%lx\n",
-		       (int) spmi->addr.address);
+		       (unsigned long) spmi->addr.address);
 	} else
 		goto not_found; /* Not an address type we recognise. */
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-13 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-13 13:32 [PATCH][2.6-mm] ipmi_kcs_intf.c compile warning Zwane Mwaikambo

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).