Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210481
b: refs/heads/master
c: f1f5a80
h: refs/heads/master
i:
  210479: e632fbc
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Sep 9, 2010
1 parent 392f96f commit 8ba6de5
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: 673424c0890a00e22398017c9adf999577526220
refs/heads/master: f1f5a807b051eddd3f302e503d39214e5bde0ef2
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ int ahci_do_softreset(struct ata_link *link, unsigned int *class,
/* issue the first D2H Register FIS */
msecs = 0;
now = jiffies;
if (time_after(now, deadline))
if (time_after(deadline, now))
msecs = jiffies_to_msecs(deadline - now);

tf.ctl |= ATA_SRST;
Expand Down

0 comments on commit 8ba6de5

Please sign in to comment.