* NET: sb1250: Fix compile warning in driver
@ 2010-04-06 9:33 Ralf Baechle
2010-04-06 11:03 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Ralf Baechle @ 2010-04-06 9:33 UTC (permalink / raw)
To: David S. Miller; +Cc: netdev
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/net/sb1250-mac.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/sb1250-mac.c b/drivers/net/sb1250-mac.c
index 9944e5d..142261b 100644
--- a/drivers/net/sb1250-mac.c
+++ b/drivers/net/sb1250-mac.c
@@ -2664,7 +2664,6 @@ static int sbmac_close(struct net_device *dev)
static int sbmac_poll(struct napi_struct *napi, int budget)
{
struct sbmac_softc *sc = container_of(napi, struct sbmac_softc, napi);
- struct net_device *dev = sc->sbm_dev;
int work_done;
work_done = sbdma_rx_process(sc, &(sc->sbm_rxdma), budget, 1);
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: NET: sb1250: Fix compile warning in driver
2010-04-06 9:33 NET: sb1250: Fix compile warning in driver Ralf Baechle
@ 2010-04-06 11:03 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-04-06 11:03 UTC (permalink / raw)
To: ralf; +Cc: netdev
From: Ralf Baechle <ralf@linux-mips.org>
Date: Tue, 6 Apr 2010 10:33:20 +0100
> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Applied to net-next-2.6, thanks Ralf!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-06 11:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06 9:33 NET: sb1250: Fix compile warning in driver Ralf Baechle
2010-04-06 11:03 ` 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).