public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sym53c416 driver breakage
@ 2002-02-22 16:02 Paulo Andre'
  2002-02-22 15:52 ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: Paulo Andre' @ 2002-02-22 16:02 UTC (permalink / raw)
  To: davej; +Cc: linux-kernel

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!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-02-22 18:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-22 16:02 [PATCH] sym53c416 driver breakage Paulo Andre'
2002-02-22 15:52 ` Jens Axboe
2002-02-22 18:21   ` Paulo Andre'

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox