提交 de792745 编写于 作者: V vibi sreenivasan 提交者: David S. Miller

macb: fix warning "warning: unused variable `dev' "

Removed unused variable dev
Signed-off-by: Nvibi sreenivasan <vibi_sreenivasan@cms.com>
Signed-off-by: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 a9dbae78
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册