aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_hw.c
diff options
context:
space:
mode:
authorMalli Chilakala <mallikarjuna.chilakala@intel.com>2005-06-17 20:46:06 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-06-27 00:34:26 -0400
commit2b02893ed13ec6a5799099844b5a84d8cd631dbd (patch)
treee4f6002b799c1c256b5d3c60ee50e35766c73170 /drivers/net/e1000/e1000_hw.c
parent3893d54731b599fed2e6cdd477580c0fadea415a (diff)
[PATCH] e1000: Driver version, white space, comments & other
Driver version, white space, comments & other Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com> Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: John Ronciak <john.ronciak@intel.com>
Diffstat (limited to 'drivers/net/e1000/e1000_hw.c')
-rw-r--r--drivers/net/e1000/e1000_hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/e1000/e1000_hw.c b/drivers/net/e1000/e1000_hw.c
index 224db3c73329..045f5426ab9a 100644
--- a/drivers/net/e1000/e1000_hw.c
+++ b/drivers/net/e1000/e1000_hw.c
@@ -1198,9 +1198,9 @@ e1000_copper_link_igp_setup(struct e1000_hw *hw)
1198 ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_data); 1198 ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_data);
1199 if(ret_val) 1199 if(ret_val)
1200 return ret_val; 1200 return ret_val;
1201 } 1201 }
1202 1202
1203 return E1000_SUCCESS; 1203 return E1000_SUCCESS;
1204} 1204}
1205 1205
1206 1206