* [PATCH] net: sh_eth: remove unused variable
@ 2010-08-19 7:35 Kuninori Morimoto
2010-08-19 7:39 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2010-08-19 7:35 UTC (permalink / raw)
To: Linux-Net; +Cc: Samuel Ortiz, David S. Miller, shimoda
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
drivers/net/sh_eth.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c
index f5a9eb1..79fd02b 100644
--- a/drivers/net/sh_eth.c
+++ b/drivers/net/sh_eth.c
@@ -1437,7 +1437,7 @@ static const struct net_device_ops sh_eth_netdev_ops = {
static int sh_eth_drv_probe(struct platform_device *pdev)
{
- int ret, i, devno = 0;
+ int ret, devno = 0;
struct resource *res;
struct net_device *ndev = NULL;
struct sh_eth_private *mdp;
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net: sh_eth: remove unused variable
2010-08-19 7:35 [PATCH] net: sh_eth: remove unused variable Kuninori Morimoto
@ 2010-08-19 7:39 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-08-19 7:39 UTC (permalink / raw)
To: kuninori.morimoto.gx; +Cc: netdev, samuel, yoshihiro.shimoda.uh
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Thu, 19 Aug 2010 16:35:09 +0900 (JST)
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Applied, thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-19 7:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-19 7:35 [PATCH] net: sh_eth: remove unused variable Kuninori Morimoto
2010-08-19 7:39 ` David Miller
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).