Skip to content
Commit 2333e829 authored by Yu Chen's avatar Yu Chen Committed by Tejun Heo
Browse files

workqueue: Make workqueue_init*() return void



The return values of workqueue_init() and workqueue_early_int() are
always 0, and there is no usage of their return value.  So just make
them return void.

Signed-off-by: default avatarYu Chen <chen.yu@easystack.cn>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 8b614cb8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment