Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333268
b: refs/heads/master
c: f4c9c0e
h: refs/heads/master
v: v3
  • Loading branch information
Alexandre Bounine authored and Linus Torvalds committed Oct 10, 2012
1 parent 2329add commit 25f6941
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: 627260595ca6abcb16d68a3732bac6b547e112d6
refs/heads/master: f4c9c0e83bdfab6d3de7bc9ad728d99bf6adde92
2 changes: 1 addition & 1 deletion trunk/drivers/rapidio/rio-scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ int __devinit rio_disc_mport(struct rio_mport *mport)
while (time_before(jiffies, to_end)) {
if (rio_enum_complete(mport))
goto enum_done;
schedule_timeout_uninterruptible(msecs_to_jiffies(10));
msleep(10);
}

pr_debug("RIO: discovery timeout on mport %d %s\n",
Expand Down

0 comments on commit 25f6941

Please sign in to comment.