]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
workqueue: Remove NULL wq WARN in __queue_delayed_work()
authorTejun Heo <tj@kernel.org>
Tue, 17 Mar 2026 17:51:08 +0000 (07:51 -1000)
committerTejun Heo <tj@kernel.org>
Tue, 17 Mar 2026 17:53:44 +0000 (07:53 -1000)
commit48718378ab1f80da847930224360f8a1b690a538
treecd9188abb953264b992a7f61f317f4cffd25b63f
parent1abaae9b38a85c9dabff67a22d8c99f7254c423a
workqueue: Remove NULL wq WARN in __queue_delayed_work()

Remove the WARN_ON_ONCE(!wq) which doesn't serve any useful purpose.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c