Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247432
b: refs/heads/master
c: 1dbf53a
h: refs/heads/master
v: v3
  • Loading branch information
Sathya Perla authored and David S. Miller committed May 13, 2011
1 parent a91eee6 commit 55ed9f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 6ed35eea3b96977d76d61b5862a3209044cb4b1f
refs/heads/master: 1dbf53a28262aa89ecbe653e8a9127c0baef9bc4
3 changes: 1 addition & 2 deletions trunk/drivers/net/benet/be_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ static int be_mbox_db_ready_wait(struct be_adapter *adapter, void __iomem *db)
return -1;
}

set_current_state(TASK_INTERRUPTIBLE);
schedule_timeout(msecs_to_jiffies(1));
msleep(1);
msecs++;
} while (true);

Expand Down

0 comments on commit 55ed9f2

Please sign in to comment.