Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7711
b: refs/heads/master
c: f189c5c
h: refs/heads/master
i:
  7709: b2ead3a
  7707: df98ee0
  7703: 098c2a4
  7695: bf7f582
  7679: 424844c
v: v3
  • Loading branch information
Christoph Hellwig authored and James Bottomley committed Aug 28, 2005
1 parent 12f4e01 commit f696870
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ccb48bb163853c24840c0a50c2a6df1affe029c
refs/heads/master: f189c5cb8ddde0c01838f2b3bc7650e86c097a14
4 changes: 0 additions & 4 deletions trunk/drivers/scsi/scsi_transport_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ static int sprint_frac(char *dest, int value, int denom)
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,
Expand All @@ -117,8 +115,6 @@ static int spi_execute(struct scsi_device *sdev, const void *cmd,
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);
Expand Down

0 comments on commit f696870

Please sign in to comment.