On Thu, Sep 27, 2007 at 11:36:58PM -0400, Jeff Garzik wrote: > Zang Roy-r61911 wrote: >> From: Roy Zang <[EMAIL PROTECTED]> >> Clean up redundant PHY write line for ULi526x Ethernet >> Driver. >> Signed-off-by: Roy Zang <[EMAIL PROTECTED]> >> --- >> drivers/net/tulip/uli526x.c | 1 - >> 1 files changed, 0 insertions(+), 1 deletions(-) >> diff --git a/drivers/net/tulip/uli526x.c b/drivers/net/tulip/uli526x.c >> index ca2548e..53a8e65 100644 >> --- a/drivers/net/tulip/uli526x.c >> +++ b/drivers/net/tulip/uli526x.c >> @@ -1512,7 +1512,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); > > Kyle and Grant, I'll queue this up, unless ya'll object...
please do, I've already Ack'd it for akpm's tree when he sent out the initial cc. thanks, grant > > Jeff > - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html