[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1190624262.20089.7.camel@localhost.localdomain>
Date: 24 Sep 2007 16:57:42 +0800
From: Zang Roy-r61911 <tie-fei.zang@...escale.com>
To: jeff@...zik.org
Cc: Andrew Morton <akpm@...l.org>, netdev <netdev@...r.kernel.org>
Subject: [PATCH] Clean up redundant PHY write line for ULi526x Ethernet
driver
From: Roy Zang <tie-fei.zang@...escale.com>
Clean up redundant PHY write line for ULi526x Ethernet
Driver.
Signed-off-by: Roy Zang <tie-fei.zang@...escale.com>
---
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);
}
}
}
--
1.5.2
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists