Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68109
b: refs/heads/master
c: 24f7568
h: refs/heads/master
i:
  68107: aec8d72
v: v3
  • Loading branch information
Jeff Garzik committed Oct 12, 2007
1 parent 776c00b commit 1392d97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 00bd02027fc4a5cf92a3e538896b3642b40515df
refs/heads/master: 24f756866676b40446e361c1f87738707161da93
5 changes: 2 additions & 3 deletions trunk/drivers/ata/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ static int ata_scsi_user_scan(struct Scsi_Host *shost, unsigned int channel,
#define ALL_SUB_MPAGES 0xff


static const u8 def_rw_recovery_mpage[] = {
static const u8 def_rw_recovery_mpage[RW_RECOVERY_MPAGE_LEN] = {
RW_RECOVERY_MPAGE,
RW_RECOVERY_MPAGE_LEN - 2,
(1 << 7) | /* AWRE, sat-r06 say it shall be 0 */
(1 << 6), /* ARRE (auto read reallocation) */
(1 << 7), /* AWRE */
0, /* read retry count */
0, 0, 0, 0,
0, /* write retry count */
Expand Down

0 comments on commit 1392d97

Please sign in to comment.