From: Daniel Micol Ponce <dmp18@alu.ua.es>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] cs_types.h
Date: Sun, 15 Feb 2004 21:39:11 +0100 [thread overview]
Message-ID: <1076877551.32074.22.camel@DMICOL.MICOLPONCE> (raw)
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
reply other threads:[~2004-02-15 20:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1076877551.32074.22.camel@DMICOL.MICOLPONCE \
--to=dmp18@alu.ua.es \
--cc=daniel.micol@unix.net \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®