Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110136
b: refs/heads/master
c: 37f4023
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Brandeburg authored and Linus Torvalds committed Oct 3, 2008
1 parent 75f6c75 commit 5ec189a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6babc32c41e3642d875372cb6afbd9ade7a9f311
refs/heads/master: 37f40239f49fbc0b489d0327a700fee5b3898ac2
3 changes: 3 additions & 0 deletions trunk/drivers/net/e1000e/ich8lan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1778,6 +1778,9 @@ static s32 e1000_reset_hw_ich8lan(struct e1000_hw *hw)
ew32(CTRL, (ctrl | E1000_CTRL_RST));
msleep(20);

/* release the swflag because it is not reset by hardware reset */
e1000_release_swflag_ich8lan(hw);

ret_val = e1000e_get_auto_rd_done(hw);
if (ret_val) {
/*
Expand Down

0 comments on commit 5ec189a

Please sign in to comment.