Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225388
b: refs/heads/master
c: 184125a
h: refs/heads/master
v: v3
  • Loading branch information
Bruce Allan authored and Jeff Kirsher committed Dec 25, 2010
1 parent abaa854 commit fb700e7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f0f1a172b2a9e26319b9aa95fa6c322ebb01089d
refs/heads/master: 184125a389cf2c81980de5d5f365c786cc76d229
4 changes: 2 additions & 2 deletions trunk/drivers/net/e1000e/es2lan.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ static void e1000_release_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask)
{
u32 swfw_sync;

while (e1000e_get_hw_semaphore(hw) != 0);
/* Empty */
while (e1000e_get_hw_semaphore(hw) != 0)
; /* Empty */

swfw_sync = er32(SW_FW_SYNC);
swfw_sync &= ~mask;
Expand Down

0 comments on commit fb700e7

Please sign in to comment.