Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180466
b: refs/heads/master
c: 7e55a70
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams committed Feb 3, 2010
1 parent a2541be commit 80f5624
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: adef477268ff5ddd0195611dc7e26d7a879fefe1
refs/heads/master: 7e55a70c5b9a57c12f49c44b0847c9343d4f54e4
2 changes: 1 addition & 1 deletion trunk/drivers/dma/ioat/dma_v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ int ioat2_quiesce(struct ioat_chan_common *chan, unsigned long tmo)
if (is_ioat_active(status) || is_ioat_idle(status))
ioat_suspend(chan);
while (is_ioat_active(status) || is_ioat_idle(status)) {
if (end && time_after(jiffies, end)) {
if (tmo && time_after(jiffies, end)) {
err = -ETIMEDOUT;
break;
}
Expand Down

0 comments on commit 80f5624

Please sign in to comment.