diff options
author | Tejun Heo <[email protected]> | 2023-04-20 09:33:49 -1000 |
---|---|---|
committer | Sudeep Holla <[email protected]> | 2023-05-08 20:40:25 +0100 |
commit | 44e8d5ad2dc01529eb1316b1521f24ac4aac8eaf (patch) | |
tree | e6a6c8ac4f5fd878ea3d34dc6dd15090b49ab7e7 /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | ac9a78681b921877518763ba0e89202254349d1b (diff) |
firmware: arm_scmi: Fix incorrect alloc_workqueue() invocation
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.
Signed-off-by: Tejun Heo <[email protected]>
Fixes: 3c3d818a9317 ("firmware: arm_scmi: Add core raw transmission support")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sudeep Holla <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions