From: "Paulo Andre'" <l16083@alunos.uevora.pt>
To: davej@suse.de
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] sym53c416 driver breakage
Date: Fri, 22 Feb 2002 16:02:50 +0000 [thread overview]
Message-ID: <20020222160250.D241@bleach> (raw)
Hi,
The following patch fixes a small bug which prevented the Sym53c416
driver from compiling. I don't know to which degree this is the right
fix, since the 'address' field from struct scatterlist just seemed to
magically disappear. If this was intended, meaning my fix isn't
correct, I'd like to know about it.
--- linux-2.5.5-dj1/include/asm-i386/scatterlist.h Fri Feb 22
15:32:59 2002
+++ linux-dev/include/asm-i386/scatterlist.h Fri Feb 22 15:29:32 2002
@@ -2,6 +2,7 @@
#define _I386_SCATTERLIST_H
struct scatterlist {
+ char *address; struct page
*page;
unsigned int offset;
dma_addr_t dma_address;
Thanks in advance,
// Paulo Andre'
/~\ The ASCII
\ / Ribbon Campaign
X Against HTML
/ \ Email!
next reply other threads:[~2002-02-22 15:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-22 16:02 Paulo Andre' [this message]
2002-02-22 15:52 ` [PATCH] sym53c416 driver breakage Jens Axboe
2002-02-22 18:21 ` Paulo Andre'
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=20020222160250.D241@bleach \
--to=l16083@alunos.uevora.pt \
--cc=davej@suse.de \
--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