提交 d2ff5e55 编写于 作者: D David Müller (ELSOFT AG) 提交者: Tom Rini

e1000: remove redundant assignment

Signed-off-by: NDavid Mueller <d.mueller@elsoft.ch>
Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
上级 77cc8902
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册