diff options
author | Russell King <[email protected]> | 2014-07-08 13:01:44 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-07-08 20:57:46 -0700 |
commit | 36cdc743a320e78a5d12ca9765ec0f7d9f07b1f5 (patch) | |
tree | 3893297d3400262615d2622d5755fdbccc29b96f /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | ccea2968398c959493cdce503ae94206d2026fbe (diff) |
net: fec: replace delayed work with standard work
As of "better implementation of iMX6 ERR006358 quirk", we no longer have
a requirement for a delayed work. Moreover, the work is now only used
for timeout purposes, so the timeout flag is also pointless - we set it
each time we queue the work, and the work clears it.
Replace the fec_enet_delayed_work struct with a standard work_struct,
resulting in simplified timeout handling code.
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/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions