Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21814
b: refs/heads/master
c: b911fc3
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Feb 9, 2006
1 parent 5eb5b39 commit e194ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c18d06f89fd09ee0059c4899e615c471d59af66a
refs/heads/master: b911fc3ae0121ff0b72a52e58823c3f8ac3094d0
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2472,7 +2472,7 @@ int ata_std_probe_reset(struct ata_port *ap, unsigned int *classes)
ata_reset_fn_t hardreset;

hardreset = NULL;
if (ap->cbl == ATA_CBL_SATA && ap->ops->scr_read)
if (ap->flags & ATA_FLAG_SATA && ap->ops->scr_read)
hardreset = sata_std_hardreset;

return ata_drive_probe_reset(ap, ata_std_softreset, hardreset,
Expand Down

0 comments on commit e194ea3

Please sign in to comment.