Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21846
b: refs/heads/master
c: 61eb066
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Feb 12, 2006
1 parent ce61b0f commit 2ab531e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 0bd3300ac9158b6ceef38fab6fb473765a40e77e
refs/heads/master: 61eb066affc02e16c548aef8b876c49c84113f40
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,8 @@ static void ata_dev_identify(struct ata_port *ap, unsigned int device)
return;
}

if (ap->flags & (ATA_FLAG_SRST | ATA_FLAG_SATA_RESET))
if (ap->ops->probe_reset ||
ap->flags & (ATA_FLAG_SRST | ATA_FLAG_SATA_RESET))
using_edd = 0;
else
using_edd = 1;
Expand Down

0 comments on commit 2ab531e

Please sign in to comment.