Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171795
b: refs/heads/master
c: de39b75
h: refs/heads/master
i:
  171793: a5330dd
  171791: 250b2bb
v: v3
  • Loading branch information
Bruce Allan authored and David S. Miller committed Nov 21, 2009
1 parent 8ef3aa0 commit 199455b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 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: 53ec5498d107a61b84944351d32324ce52788b74
refs/heads/master: de39b7523348640f4c0e662e430c67594d858a08
5 changes: 2 additions & 3 deletions trunk/drivers/net/e1000e/82571.c
Original file line number Diff line number Diff line change
Expand Up @@ -948,10 +948,9 @@ static s32 e1000_init_hw_82571(struct e1000_hw *hw)

/* Initialize identification LED */
ret_val = e1000e_id_led_init(hw);
if (ret_val) {
if (ret_val)
e_dbg("Error initializing identification LED\n");
return ret_val;
}
/* This is not fatal and we should not stop init due to this */

/* Disabling VLAN filtering */
e_dbg("Initializing the IEEE VLAN\n");
Expand Down
5 changes: 2 additions & 3 deletions trunk/drivers/net/e1000e/es2lan.c
Original file line number Diff line number Diff line change
Expand Up @@ -803,10 +803,9 @@ static s32 e1000_init_hw_80003es2lan(struct e1000_hw *hw)

/* Initialize identification LED */
ret_val = e1000e_id_led_init(hw);
if (ret_val) {
if (ret_val)
e_dbg("Error initializing identification LED\n");
return ret_val;
}
/* This is not fatal and we should not stop init due to this */

/* Disabling VLAN filtering */
e_dbg("Initializing the IEEE VLAN\n");
Expand Down
5 changes: 2 additions & 3 deletions trunk/drivers/net/e1000e/ich8lan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2722,10 +2722,9 @@ static s32 e1000_init_hw_ich8lan(struct e1000_hw *hw)

/* Initialize identification LED */
ret_val = mac->ops.id_led_init(hw);
if (ret_val) {
if (ret_val)
e_dbg("Error initializing identification LED\n");
return ret_val;
}
/* This is not fatal and we should not stop init due to this */

/* Setup the receive address. */
e1000e_init_rx_addrs(hw, mac->rar_entry_count);
Expand Down

0 comments on commit 199455b

Please sign in to comment.