Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21855
b: refs/heads/master
c: 56497bd
h: refs/heads/master
i:
  21853: 9cd4743
  21851: 822a9a9
  21847: bb72b85
  21839: 03e0b7b
  21823: 453bb2d
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Feb 20, 2006
1 parent a4c233e commit e5997c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 6aff8f1f07a7fff48121d1ad4a550f3af24ccc81
refs/heads/master: 56497bd5f1340cb97d94cab953b050be6f729790
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2112,7 +2112,6 @@ int sata_std_hardreset(struct ata_port *ap, int verbose, unsigned int *class)
* This function is invoked after a successful reset. Note that
* the device might have been reset more than once using
* different reset methods before postreset is invoked.
* postreset is also reponsible for setting cable type.
*
* This function is to be used as standard callback for
* ata_drive_*_reset().
Expand All @@ -2124,7 +2123,7 @@ void ata_std_postreset(struct ata_port *ap, unsigned int *classes)
{
DPRINTK("ENTER\n");

/* set cable type */
/* set cable type if it isn't already set */
if (ap->cbl == ATA_CBL_NONE && ap->flags & ATA_FLAG_SATA)
ap->cbl = ATA_CBL_SATA;

Expand Down

0 comments on commit e5997c6

Please sign in to comment.