Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290117
b: refs/heads/master
c: 8260725
h: refs/heads/master
i:
  290115: 2db3e0d
v: v3
  • Loading branch information
Bruce Allan authored and Jeff Kirsher committed Feb 13, 2012
1 parent f623230 commit 0891a9e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: 7eb61d81946ccb61726600c6e8ceefcce9844f02
refs/heads/master: 826072555b0dceac44a6e69a0c5be137e829c9d4
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/e1000e/82571.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ static s32 e1000_update_nvm_checksum_82571(struct e1000_hw *hw)
* otherwise, commit the checksum to the flash NVM.
*/
if (hw->nvm.type != e1000_nvm_flash_hw)
return ret_val;
return 0;

/* Check for pending operations. */
for (i = 0; i < E1000_FLASH_UPDATES; i++) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/e1000e/ich8lan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@ static s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
u16 data;

if (phy->type == e1000_phy_ife)
return ret_val;
return 0;

phy_ctrl = er32(PHY_CTRL);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/e1000e/mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ s32 e1000e_check_for_copper_link(struct e1000_hw *hw)
return ret_val;

if (!link)
return ret_val; /* No link detected */
return 0; /* No link detected */

mac->get_link_status = false;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/e1000e/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ s32 e1000e_get_cable_length_igp_2(struct e1000_hw *hw)

phy->cable_length = (phy->min_cable_length + phy->max_cable_length) / 2;

return ret_val;
return 0;
}

/**
Expand Down

0 comments on commit 0891a9e

Please sign in to comment.