提交 7d18f114 编写于 作者: D David S. Miller

net: Fix arg to trace_napi_poll() in netpoll.

Reproted by Stephen Rothwell.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 e35ec126
......@@ -138,7 +138,7 @@ static int poll_one_napi(struct netpoll_info *npinfo,
set_bit(NAPI_STATE_NPSVC, &napi->state);
work = napi->poll(napi, budget);
trace_napi_poll(napi->dev);
trace_napi_poll(napi);
clear_bit(NAPI_STATE_NPSVC, &napi->state);
atomic_dec(&trapped);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册