diff options
author | Russell King <[email protected]> | 2014-07-08 00:23:09 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-07-07 21:21:22 -0700 |
commit | 5d165c5543fbcbd26e443ee501063decb4ef73b4 (patch) | |
tree | d2f5ddfaba019b485f281b15c6ce86f7ee46212e /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | d76cfae9674f325de35ff23ab07ff9c7d809de4a (diff) |
net: fec: remove useless fep->opened
napi_disable() waits until the NAPI processing has completed, and then
prevents any further polls. At this point, the driver then clears
fep->opened. The NAPI poll function uses this to stop processing in
the receive path. Hence, it will never see this variable cleared,
because the NAPI poll has to complete before it will be cleared.
Therefore, this variable serves no purpose, so let's remove it.
Acked-by: Fugang Duan <[email protected]>
Signed-off-by: Russell King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions