Message ID | ZGmGZxYmN0En7wAB@slm.duckdns.org |
---|---|
State | New |
Headers | show |
Series | [RESEND,01/13] scsi: ncr53c8xx: Use default @max_active for hostdata->work_q | expand |
--- a/drivers/scsi/NCR5380.c +++ b/drivers/scsi/NCR5380.c @@ -417,7 +417,7 @@ static int NCR5380_init(struct Scsi_Host INIT_WORK(&hostdata->main_task, NCR5380_main); hostdata->work_q = alloc_workqueue("ncr5380_%d", WQ_UNBOUND | WQ_MEM_RECLAIM, - 1, instance->host_no); + 0, instance->host_no); if (!hostdata->work_q) return -ENOMEM;