Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40915
b: refs/heads/master
c: 3f9dd27
h: refs/heads/master
i:
  40913: 0a2ab35
  40911: d1f5127
v: v3
  • Loading branch information
Alexey Dobriyan authored and Jeff Garzik committed Nov 14, 2006
1 parent 6600241 commit 6e8af57
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: b5bf24b94c65536d3cc2bf9039ab05b3967f7b7f
refs/heads/master: 3f9dd27a22ff79b6b6c4eccd19e4063bff0ddc7e
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_artop.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static int artop6260_pre_reset(struct ata_port *ap)
return -ENOENT;

pci_read_config_byte(pdev, 0x49, &tmp);
if (tmp & (1 >> ap->port_no))
if (tmp & (1 << ap->port_no))
ap->cbl = ATA_CBL_PATA40;
else
ap->cbl = ATA_CBL_PATA80;
Expand Down

0 comments on commit 6e8af57

Please sign in to comment.