Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58173
b: refs/heads/master
c: a0ac38f
h: refs/heads/master
i:
  58171: 5fb77a4
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Jul 3, 2007
1 parent f2b4c2a commit 7a5c84b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d6f4d5eafdd0bbdaa166a0650d27045c26ca63dd
refs/heads/master: a0ac38f16045f90dbbcd265b638cd7254c53aa65
4 changes: 2 additions & 2 deletions trunk/drivers/ata/pata_pdc202xx_old.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ static int pdc2026x_cable_detect(struct ata_port *ap)

pci_read_config_word(pdev, 0x50, &cis);
if (cis & (1 << (10 + ap->port_no)))
return ATA_CBL_PATA80;
return ATA_CBL_PATA40;
return ATA_CBL_PATA40;
return ATA_CBL_PATA80;
}

/**
Expand Down

0 comments on commit 7a5c84b

Please sign in to comment.