]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: Make workqueue_init*() return void
authorYu Chen <chen.yu@easystack.cn>
Sun, 23 Feb 2020 07:28:52 +0000 (15:28 +0800)
committerTejun Heo <tj@kernel.org>
Wed, 4 Mar 2020 16:21:49 +0000 (11:21 -0500)
commite4762c7c6c8c2b6df6eb8011be69edeaf394a761
tree7c0467e47c43ca3859d66087adbce03402ec1e02
parentd43f52ada9c7f6c8266d85bd13ad777769c233e9
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: Yu Chen <chen.yu@easystack.cn>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h
kernel/workqueue.c