Re: [PATCH] firmware: arm_scmi: Fix incorrect alloc_workqueue() invocation

From: Sudeep Holla
Date: Tue May 09 2023 - 06:07:12 EST


On Thu, 20 Apr 2023 09:33:49 -1000, Tejun Heo wrote:
> scmi_xfer_raw_worker_init() is specifying a flag, WQ_SYSFS, as @max_active.
> Fix it by or'ing WQ_SYSFS into @flags so that it actually enables sysfs
> interface and using 0 for @max_active for the default setting.
>

Applied to sudeep.holla/linux (for-next/scmi/fixes), thanks!

[1/1] firmware: arm_scmi: Fix incorrect alloc_workqueue() invocation
https://git.kernel.org/sudeep.holla/c/44e8d5ad2dc0
--
Regards,
Sudeep