diff --git a/scst/src/scst_main.c b/scst/src/scst_main.c index fb4a75254..8f95782b8 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -169,6 +169,7 @@ MODULE_PARM_DESC(scst_max_dev_cmd_mem, "Maximum memory allowed to be consumed " struct scst_dev_type scst_null_devtype = { .name = "none", + .threads_num = -1, }; static void __scst_resume_activity(void);