[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200710022111.l92LBhBB022510@imap1.linux-foundation.org>
Date: Tue, 02 Oct 2007 14:11:43 -0700
From: akpm@...ux-foundation.org
To: jeff@...zik.org
Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org,
tie-fei.zang@...escale.com, grundler@...isc-linux.org
Subject: [patch 12/13] 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>
Cc: Jeff Garzik <jeff@...zik.org>
Acked-by: Grant Grundler <grundler@...isc-linux.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
drivers/net/tulip/uli526x.c | 1 -
1 file changed, 1 deletion(-)
diff -puN drivers/net/tulip/uli526x.c~clean-up-redundant-phy-write-line-for-uli526x-ethernet drivers/net/tulip/uli526x.c
--- a/drivers/net/tulip/uli526x.c~clean-up-redundant-phy-write-line-for-uli526x-ethernet
+++ a/drivers/net/tulip/uli526x.c
@@ -1599,7 +1599,6 @@ static void uli526x_process_mode(struct
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);
}
}
}
_
-
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