mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-21 20:02:51 +01:00
e1000: remove redundant assignment
Signed-off-by: David Mueller <d.mueller@elsoft.ch> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
77cc8902e9
commit
d2ff5e55c3
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue