aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/sky2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c
index 3c08db41cec4..76038bbeb50e 100644
--- a/drivers/net/sky2.c
+++ b/drivers/net/sky2.c
@@ -288,8 +288,6 @@ static void sky2_gmac_reset(struct sky2_hw *hw, unsigned port)
288 288
289 /* disable all GMAC IRQ's */ 289 /* disable all GMAC IRQ's */
290 sky2_write8(hw, SK_REG(port, GMAC_IRQ_MSK), 0); 290 sky2_write8(hw, SK_REG(port, GMAC_IRQ_MSK), 0);
291 /* disable PHY IRQs */
292 gm_phy_write(hw, port, PHY_MARV_INT_MASK, 0);
293 291
294 gma_write16(hw, port, GM_MC_ADDR_H1, 0); /* clear MC hash */ 292 gma_write16(hw, port, GM_MC_ADDR_H1, 0); /* clear MC hash */
295 gma_write16(hw, port, GM_MC_ADDR_H2, 0); 293 gma_write16(hw, port, GM_MC_ADDR_H2, 0);