Skip to content

Commit

Permalink
macb: fix warning "warning: unused variable `dev' "
Browse files Browse the repository at this point in the history
Removed unused variable dev

Signed-off-by: vibi sreenivasan <vibi_sreenivasan@cms.com>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
vibi sreenivasan authored and David S. Miller committed Mar 24, 2009
1 parent a9dbae7 commit de79274
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/macb.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ static int macb_rx(struct macb *bp, int budget)
static int macb_poll(struct napi_struct *napi, int budget)
{
struct macb *bp = container_of(napi, struct macb, napi);
struct net_device *dev = bp->dev;
int work_done;
u32 status;

Expand Down

0 comments on commit de79274

Please sign in to comment.