Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45987
b: refs/heads/master
c: 78981a7
h: refs/heads/master
i:
  45985: c2d3ed4
  45983: ad79db6
v: v3
  • Loading branch information
Robert Hancock authored and Jeff Garzik committed Jan 30, 2007
1 parent fc33b88 commit 975f39e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: af068bd1debcc76c1bc265aa01401901bf0067ed
refs/heads/master: 78981a7c6c34bddbb90da72cf6ce10953e84aad8
9 changes: 4 additions & 5 deletions trunk/drivers/ata/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,11 +1022,10 @@ static unsigned int ata_scsi_start_stop_xlat(struct ata_queued_cmd *qc)
}

tf->command = ATA_CMD_VERIFY; /* READ VERIFY */
} else {
tf->nsect = 0; /* time period value (0 implies now) */
tf->command = ATA_CMD_STANDBY;
/* Consider: ATA STANDBY IMMEDIATE command */
}
} else
/* Issue ATA STANDBY IMMEDIATE command */
tf->command = ATA_CMD_STANDBYNOW1;

/*
* Standby and Idle condition timers could be implemented but that
* would require libata to implement the Power condition mode page
Expand Down

0 comments on commit 975f39e

Please sign in to comment.