[PATCH 2.5.60-bk4] fix compile breakage on drivers/scsi/NCR53c406a.c

From: John Kim (john@larvalstage.com)
Date: Fri Feb 14 2003 - 16:21:52 EST


This fixes compile breakage due to recent changes to scsi.h

John Kim

--- linux-2.5.60-bk4/drivers/scsi/NCR53c406a.c 2003-02-10 13:38:31.000000000 -0500
+++ linux-2.5.60-bk4-new/drivers/scsi/NCR53c406a.c 2003-02-14 15:41:10.000000000 -0500
@@ -697,7 +697,7 @@
 
         /* We are locked here already by the mid layer */
         REG0;
- outb(SCpnt->target, DEST_ID); /* set destination */
+ outb(SCpnt->device->id, DEST_ID); /* set destination */
         outb(FLUSH_FIFO, CMD_REG); /* reset the fifos */
 
         for (i = 0; i < SCpnt->cmd_len; i++) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Feb 15 2003 - 22:00:58 EST