projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
637f33b
)
Remove unused variable
author
Jonas Bonn
<jonas@southpole.se>
Fri, 11 Jun 2010 02:47:38 +0000
(
02:47
+0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 11 Jun 2010 20:28:36 +0000
(13:28 -0700)
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethoc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/ethoc.c
b/drivers/net/ethoc.c
index 1ee9947924d8251e686abfb3a577f31dd68092b5..e5c2f5b1d439a3bdebcd45ca7e29c5c17cace120 100644
(file)
--- a/
drivers/net/ethoc.c
+++ b/
drivers/net/ethoc.c
@@
-636,7
+636,6
@@
static int ethoc_mdio_probe(struct net_device *dev)
struct ethoc *priv = netdev_priv(dev);
struct phy_device *phy;
int err;
- int i;
if (priv->phy_id != -1) {
phy = priv->mdio->phy_map[priv->phy_id];