diff options
| author | Chen Ni <[email protected]> | 2025-03-12 07:37:29 +0000 |
|---|---|---|
| committer | Sebastian Reichel <[email protected]> | 2025-03-17 15:00:09 +0000 |
| commit | 0b8d073f6c66d7110ac9fab1f13a09337e03f1b6 (patch) | |
| tree | f3b72f36d9a8c959d3063b5ae260e90f56e006c5 /tools/lib/bpf/linker.c | |
| parent | Revert "power: supply: bq27xxx: do not report bogus zero values" (diff) | |
| download | kernel-0b8d073f6c66d7110ac9fab1f13a09337e03f1b6.tar.gz kernel-0b8d073f6c66d7110ac9fab1f13a09337e03f1b6.zip | |
power: supply: mt6370: 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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sebastian Reichel <[email protected]>
Diffstat (limited to 'tools/lib/bpf/linker.c')
0 files changed, 0 insertions, 0 deletions
