Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225395
b: refs/heads/master
c: 0e512bf
h: refs/heads/master
i:
  225393: c18b3c2
  225391: a276991
v: v3
  • Loading branch information
Alexander Duyck authored and Jeff Kirsher committed Dec 25, 2010
1 parent 67f1c48 commit ac6adaf
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: 13800469d40bf4dc9fbed17f4692b2ebe94d4526
refs/heads/master: 0e512bfc2c0cd6072387092f8d1ac8e1a758965b
4 changes: 2 additions & 2 deletions trunk/drivers/net/igbvf/vf.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ static s32 e1000_check_for_link_vf(struct e1000_hw *hw)
* or a virtual function reset
*/

/* If we were hit with a reset drop the link */
if (!mbx->ops.check_for_rst(hw))
/* If we were hit with a reset or timeout drop the link */
if (!mbx->ops.check_for_rst(hw) || !mbx->timeout)
mac->get_link_status = true;

if (!mac->get_link_status)
Expand Down

0 comments on commit ac6adaf

Please sign in to comment.