* [PATCH] cs_types.h
@ 2004-02-15 20:39 Daniel Micol Ponce
0 siblings, 0 replies; only message in thread
From: Daniel Micol Ponce @ 2004-02-15 20:39 UTC (permalink / raw)
To: linux-kernel
Hi, this patch changes ioaddr_t type to u_int because it caused a
comparsion in drivers/pcmcia/i82092.c to be always false.
--- linux-2.6.3-rc3/include/pcmcia/cs_types.h 2004-02-06
13:29:21.000000000 +0100
+++ linux-2.6.3-rc4/include/pcmcia/cs_types.h 2004-02-15
20:41:21.264547152 +0100
@@ -39,7 +39,7 @@
#ifdef __arm__
typedef u_int ioaddr_t;
#else
-typedef u_short ioaddr_t;
+typedef u_int ioaddr_t;
#endif
typedef u_short socket_t;
Hope this helps.
Daniel Micol
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-02-15 20:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-15 20:39 [PATCH] cs_types.h Daniel Micol Ponce
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®