tree e7032760509cdb7185fae574ac070f6dfeda8a3e
parent 1ccb48bb163853c24840c0a50c2a6df1affe029c
author Christoph Hellwig <[EMAIL PROTECTED]> Sun, 19 Jun 2005 11:32:53 +0200
committer James Bottomley <[EMAIL PROTECTED](none)> Sun, 28 Aug 2005 21:34:10 
-0500

[SCSI] comment cleanup for spi_execute

Signed-off-by: James Bottomley <[EMAIL PROTECTED]>

 drivers/scsi/scsi_transport_spi.c |    4 ----
 1 files changed, 4 deletions(-)

diff --git a/drivers/scsi/scsi_transport_spi.c 
b/drivers/scsi/scsi_transport_spi.c
--- a/drivers/scsi/scsi_transport_spi.c
+++ b/drivers/scsi/scsi_transport_spi.c
@@ -106,8 +106,6 @@ static int sprint_frac(char *dest, int v
        return result;
 }
 
-/* Modification of scsi_wait_req that will clear UNIT ATTENTION conditions
- * resulting from (likely) bus and device resets */
 static int spi_execute(struct scsi_device *sdev, const void *cmd,
                       enum dma_data_direction dir,
                       void *buffer, unsigned bufflen,
@@ -117,8 +115,6 @@ static int spi_execute(struct scsi_devic
        unsigned char sense[SCSI_SENSE_BUFFERSIZE];
 
        for(i = 0; i < DV_RETRIES; i++) {
-
-               /* FIXME: need to set REQ_FAILFAST */
                result = scsi_execute(sdev, cmd, dir, buffer, bufflen,
                                      sense, DV_TIMEOUT, /* retries */ 1,
                                      REQ_FAILFAST);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to