Skip to content

Commit

Permalink
Clean up redundant PHY write line for ULi526x Ethernet driver
Browse files Browse the repository at this point in the history
Clean up redundant PHY write line for ULi526x Ethernet
Driver.

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Roy Zang authored and David S. Miller committed Oct 10, 2007
1 parent c7e86e3 commit 7a1f810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/tulip/uli526x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,6 @@ static void uli526x_process_mode(struct uli526x_board_info *db)
case ULI526X_100MFD: phy_reg = 0x2100; break;
}
phy_write(db->ioaddr, db->phy_addr, 0, phy_reg, db->chip_id);
phy_write(db->ioaddr, db->phy_addr, 0, phy_reg, db->chip_id);
}
}
}
Expand Down

0 comments on commit 7a1f810

Please sign in to comment.