patch-2.4.27 linux-2.4.27/drivers/scsi/NCR53C9x.c
Next file: linux-2.4.27/drivers/scsi/ips.c
Previous file: linux-2.4.27/drivers/scsi/Makefile
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2004-08-07 16:26:05.492381211 -0700
- Orig file:
linux-2.4.26/drivers/scsi/NCR53C9x.c
- Orig date:
2002-11-28 15:53:14.000000000 -0800
diff -urN linux-2.4.26/drivers/scsi/NCR53C9x.c linux-2.4.27/drivers/scsi/NCR53C9x.c
@@ -917,7 +917,7 @@
if (esp->dma_mmu_get_scsi_one)
esp->dma_mmu_get_scsi_one(esp, sp);
else
- sp->SCp.have_data_in = (int) sp->SCp.ptr =
+ sp->SCp.ptr =
(char *) virt_to_phys(sp->request_buffer);
} else {
sp->SCp.buffer = (struct scatterlist *) sp->buffer;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)