Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290453
b: refs/heads/master
c: b4d8e21
h: refs/heads/master
i:
  290451: 3a6e253
v: v3
  • Loading branch information
Bruce Allan authored and Jeff Kirsher committed Feb 24, 2012
1 parent f2a66ea commit 6773b63
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: 79d0c1d26e1eac0dc5b201e66b65cc5e4e706743
refs/heads/master: b4d8e21dd83c7ed8b885929b3f742721cf2624a9
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/intel/e1000e/80003es2lan.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ static s32 e1000_read_phy_reg_gg82563_80003es2lan(struct e1000_hw *hw,
return ret_val;
}

if (hw->dev_spec.e80003es2lan.mdic_wa_enable == true) {
if (hw->dev_spec.e80003es2lan.mdic_wa_enable) {
/*
* The "ready" bit in the MDIC register may be incorrectly set
* before the device has completed the "Page Select" MDI
Expand Down Expand Up @@ -529,7 +529,7 @@ static s32 e1000_write_phy_reg_gg82563_80003es2lan(struct e1000_hw *hw,
return ret_val;
}

if (hw->dev_spec.e80003es2lan.mdic_wa_enable == true) {
if (hw->dev_spec.e80003es2lan.mdic_wa_enable) {
/*
* The "ready" bit in the MDIC register may be incorrectly set
* before the device has completed the "Page Select" MDI
Expand Down

0 comments on commit 6773b63

Please sign in to comment.