From: Zang Roy-r61911 <tie-fei.zang@freescale.com>
To: jeff@garzik.org
Cc: Andrew Morton <akpm@osdl.org>, netdev <netdev@vger.kernel.org>
Subject: [PATCH] Clean up redundant PHY write line for ULi526x Ethernet driver
Date: 24 Sep 2007 16:57:42 +0800 [thread overview]
Message-ID: <1190624262.20089.7.camel@localhost.localdomain> (raw)
From: Roy Zang <tie-fei.zang@freescale.com>
Clean up redundant PHY write line for ULi526x Ethernet
Driver.
Signed-off-by: Roy Zang <tie-fei.zang@freescale.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
next reply other threads:[~2007-09-24 8:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-24 8:57 Zang Roy-r61911 [this message]
2007-09-28 3:36 ` [PATCH] Clean up redundant PHY write line for ULi526x Ethernet driver Jeff Garzik
2007-09-28 3:57 ` Grant Grundler
2007-09-29 4:50 ` Jeff Garzik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1190624262.20089.7.camel@localhost.localdomain \
--to=tie-fei.zang@freescale.com \
--cc=akpm@osdl.org \
--cc=jeff@garzik.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).