aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorChen Ni <[email protected]>2025-03-12 07:37:29 +0000
committerSebastian Reichel <[email protected]>2025-03-17 15:00:09 +0000
commit0b8d073f6c66d7110ac9fab1f13a09337e03f1b6 (patch)
treef3b72f36d9a8c959d3063b5ae260e90f56e006c5 /security/selinux/hooks.c
parentRevert "power: supply: bq27xxx: do not report bogus zero values" (diff)
downloadkernel-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 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions