diff options
author | David Müller (ELSOFT AG) <d.mueller@elsoft.ch> | 2014-04-16 13:15:59 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-18 16:14:10 -0400 |
commit | d2ff5e55c346f012129cbce8b373eafd5f00c9b2 (patch) | |
tree | 409c8ac1ce1771d2501d4b8c45992ec4bc67e39d /drivers | |
parent | 77cc8902e98f4b4a36688f454a07ad7bc82793a2 (diff) | |
download | u-boot-imx-d2ff5e55c346f012129cbce8b373eafd5f00c9b2.zip u-boot-imx-d2ff5e55c346f012129cbce8b373eafd5f00c9b2.tar.gz u-boot-imx-d2ff5e55c346f012129cbce8b373eafd5f00c9b2.tar.bz2 |
e1000: remove redundant assignment
Signed-off-by: David Mueller <d.mueller@elsoft.ch>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/e1000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c index 9a66e68..9d9b259 100644 --- a/drivers/net/e1000.c +++ b/drivers/net/e1000.c @@ -4532,7 +4532,6 @@ static int e1000_set_phy_type (struct e1000_hw *hw) hw->mac_type == e1000_82547 || hw->mac_type == e1000_82547_rev_2) { hw->phy_type = e1000_phy_igp; - hw->phy_type = e1000_phy_igp; break; } case IGP03E1000_E_PHY_ID: |