Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68120
b: refs/heads/master
c: 668108d
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Oct 12, 2007
1 parent 25a51c0 commit 3b4b0a4
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: f9df58cb27dfd605eced643bb3aa599fe4feeee8
refs/heads/master: 668108d73bbb1ae85f01db38d6be822fd28ece1f
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libata-eh.c
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,7 @@ int ata_eh_reset(struct ata_link *link, int classify,
if (rc == -EAGAIN)
rc = 0;

if (rc && try < ARRAY_SIZE(ata_eh_reset_timeouts)) {
if (rc && rc != -ERESTART && try < ARRAY_SIZE(ata_eh_reset_timeouts)) {
unsigned long now = jiffies;

if (time_before(now, deadline)) {
Expand Down

0 comments on commit 3b4b0a4

Please sign in to comment.