Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68160
b: refs/heads/master
c: 9073868
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Oct 12, 2007
1 parent ef5704c commit 9259422
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 94ff3d54080975686a3c41e73b8926030ee0c31f
refs/heads/master: 9073868376ed5fa1f247327ccb2e6f766d5b7eed
3 changes: 2 additions & 1 deletion trunk/drivers/ata/libata-eh.c
Original file line number Diff line number Diff line change
Expand Up @@ -2183,7 +2183,8 @@ int ata_eh_reset(struct ata_link *link, int classify,
"(errno=%d), retrying in %u secs\n",
rc, (jiffies_to_msecs(delta) + 999) / 1000);

schedule_timeout_uninterruptible(delta);
while (delta)
delta = schedule_timeout_uninterruptible(delta);
}

if (rc == -EPIPE ||
Expand Down

0 comments on commit 9259422

Please sign in to comment.