diff options
| author | Chen Ni <nichen@iscas.ac.cn> | 2025-03-12 17:01:32 +0800 |
|---|---|---|
| committer | Douglas Anderson <dianders@chromium.org> | 2025-03-27 14:04:33 -0700 |
| commit | c1031442d384eea6d53a1d1ec6791a2782afcdbc (patch) | |
| tree | e37a7ea0f97d5214ffda0e0ce90cc16c0e020b4b /tools/perf/scripts/python/mem-phys-addr.py | |
| parent | 1822532477cb5f007313de4c70079c09aaa270d5 (diff) | |
drm/bridge: anx7625: Remove redundant 'flush_workqueue()' calls
'destroy_workqueue()' already drains the queue before destroying it, so
there is no need to flush it explicitly.
Remove the redundant 'flush_workqueue()' calls.
This was generated with coccinelle:
@@
expression E;
@@
- flush_workqueue(E);
destroy_workqueue(E);
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Robert Foss <rfoss@kernel.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20250312090132.1624445-1-nichen@iscas.ac.cn
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions
