diff options
| author | Johannes Berg <[email protected]> | 2017-03-22 21:44:59 +0100 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2017-06-05 23:34:26 +0300 |
| commit | 86bbb1e1e0ba8878b554bbb912d348f3b819f5c4 (patch) | |
| tree | 9c9d704a5232a625c721a5f9e1217aa2621564e0 /tools/perf/scripts/python | |
| parent | 504bd624663cde6141ab025445c93420c387062e (diff) | |
iwlwifi: mvm: use schedule_delayed_work()
There's no need to refer to system_wq directly, use the provided
wrapper schedule_delayed_work().
Made with the following spatch:
@@
expression E,F;
@@
-queue_delayed_work(system_wq, E, F);
+schedule_delayed_work(E, F);
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions