summaryrefslogtreecommitdiff
path: root/net/batman-adv/tvlv.c
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2022-01-11 00:32:27 +0300
committerSimon Wunderlich <sw@simonwunderlich.de>2022-01-23 12:42:11 +0300
commitc138f67ad4721801791a01cd10c816414b33b48d (patch)
treef2c4fd7bfb6c82baf2079bff5b24a71ce537f58a /net/batman-adv/tvlv.c
parent94ea9392e113921df1b2cffb181671e768f3f87b (diff)
downloadlinux-c138f67ad4721801791a01cd10c816414b33b48d.tar.xz
batman-adv: 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: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/tvlv.c')
0 files changed, 0 insertions, 0 deletions