Skip to content

Commit

Permalink
NET: sb1250: Fix compile warning in driver
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ralf Baechle authored and David S. Miller committed Apr 6, 2010
1 parent 7ae554e commit 4cf46ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/sb1250-mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4cf46ea

Please sign in to comment.