Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10378
b: refs/heads/master
c: 9119075
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Oct 26, 2005
1 parent 18ac46a commit 8d68d8b
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: ccd7bc2f67fdfa9c47ceae64f1117d1fb6cb8737
refs/heads/master: 91190758d410a5d33c6051ba9ca95baa430256bb
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ static const struct ata_timing* ata_timing_find_mode(unsigned short speed)
const struct ata_timing *t;

for (t = ata_timing; t->mode != speed; t++)
if (t->mode != 0xFF)
if (t->mode == 0xFF)
return NULL;
return t;
}
Expand Down

0 comments on commit 8d68d8b

Please sign in to comment.