Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179259
b: refs/heads/master
c: 55029c1
h: refs/heads/master
i:
  179257: f18d6b8
  179255: e1d355c
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Jan 14, 2010
1 parent 8c2fb8c commit 1bfbd31
Show file tree
Hide file tree
Showing 2 changed files with 4 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: baf86c9d36826fab0160251bbc87dfab3af48a21
refs/heads/master: 55029c1d65158aea9672c5dfadb43a57f23e3100
5 changes: 3 additions & 2 deletions trunk/drivers/net/sfc/mcdi.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ static int efx_mcdi_poll(struct efx_nic *efx)
if (spins != 0) {
--spins;
udelay(1);
} else
schedule();
} else {
schedule_timeout_uninterruptible(1);
}

time = get_seconds();

Expand Down

0 comments on commit 1bfbd31

Please sign in to comment.