]> git.itanic.dy.fi Git - linux-stable/commit
ath6kl: avoid flush_scheduled_work() usage
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Mon, 13 Jun 2022 13:21:48 +0000 (22:21 +0900)
committerKalle Valo <quic_kvalo@quicinc.com>
Mon, 20 Jun 2022 10:04:49 +0000 (13:04 +0300)
commit62ebaf2f9261cd2367ae928a39343fcdbfe9f877
tree30093b7d78f2635c87c95da4f8f7342a946e8f74
parentd7fc76039b74ad37b7056d5607b05d7cb31a5404
ath6kl: avoid flush_scheduled_work() usage

As per commit c4f135d643823a86 ("workqueue: Wrap flush_workqueue() using
a macro") says, use per "struct ath6kl_usb" workqueue.

This is a blind conversion, and is only compile tested.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/f78ddbdc-8989-a1a7-2234-ce9ec3894625@I-love.SAKURA.ne.jp
drivers/net/wireless/ath/ath6kl/usb.c