public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] e1000: remove redundant assignment
@ 2014-04-16 11:15 David Müller
  2014-04-16 11:28 ` "David Müller (ELSOFT AG)"
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Müller @ 2014-04-16 11:15 UTC (permalink / raw)
  To: u-boot

Signed-off-by: David Mueller <d.mueller@elsoft.ch>
Joe Hershberger <joe.hershberger@gmail.com>
---
 drivers/net/e1000.c | 1 -
 1 file changed, 1 deletion(-)

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:
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-18 21:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16 11:15 [U-Boot] [PATCH] e1000: remove redundant assignment David Müller
2014-04-16 11:28 ` "David Müller (ELSOFT AG)"
2014-04-17  8:10 ` Joe Hershberger
2014-04-18 21:02 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox