linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5.43 aacraid driver
@ 2002-10-18 16:10 Mark Haverkamp
  2002-10-20 16:28 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Haverkamp @ 2002-10-18 16:10 UTC (permalink / raw)
  To: torvalds; +Cc: alan, linux-kernel

This change replaces the 2.5.42 patch I sent on Monday.


Fill devno[cid] from request instead of sc_request->sr_request since
sc_request is passed in as NULL now.

diff -Nru base_linux-2.5/drivers/scsi/aacraid/aachba.c linux-2.5/drivers/scsi/aacraid/aachba.c
--- base_linux-2.5/drivers/scsi/aacraid/aachba.c	Mon Oct  7 13:03:15 2002
+++ linux-2.5/drivers/scsi/aacraid/aachba.c	Thu Oct 17 16:16:20 2002
@@ -1060,7 +1060,8 @@
 			 */
 			 
 			spin_unlock_irq(scsicmd->host->host_lock);
-			fsa_dev_ptr->devno[cid] = DEVICE_NR(scsicmd->sc_request->sr_request->rq_dev);
+			fsa_dev_ptr->devno[cid] = 
+				DEVICE_NR(scsicmd->request->rq_dev);
 			ret = aac_read(scsicmd, cid);
 			spin_lock_irq(scsicmd->host->host_lock);
 			return ret;



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

* Re: [PATCH] 2.5.43 aacraid driver
  2002-10-18 16:10 [PATCH] 2.5.43 aacraid driver Mark Haverkamp
@ 2002-10-20 16:28 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2002-10-20 16:28 UTC (permalink / raw)
  To: Mark Haverkamp; +Cc: torvalds, alan, linux-kernel

I've been away for a week - I'll look over the changes once I've squashed
the backlog

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

end of thread, other threads:[~2002-10-20 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-18 16:10 [PATCH] 2.5.43 aacraid driver Mark Haverkamp
2002-10-20 16:28 ` Alan Cox

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