commit | 1e22391e8fbec9c3709bad82b997b108d1c6228b | [log] [tgz] |
---|---|---|
author | Jesper Dangaard Brouer <brouer@redhat.com> | Fri Aug 25 15:04:32 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 28 11:22:21 2017 -0700 |
tree | c0924b695595a3c1cdb5c2bc364469862f24f0a0 | |
parent | f63ae01d890cb68e842c96995bb93106ee85c93d [diff] |
net: missing call of trace_napi_poll in busy_poll_stop Noticed that busy_poll_stop() also invoke the drivers napi->poll() function pointer, but didn't have an associated call to trace_napi_poll() like all other call sites. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>