Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0f0c48d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "icnss: Update event workqueue flags"

parents ce3bf6ad d8fabbe1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2387,7 +2387,7 @@ static int icnss_probe(struct platform_device *pdev)
	spin_lock_init(&penv->event_lock);
	spin_lock_init(&penv->on_off_lock);

	penv->event_wq = alloc_workqueue("icnss_driver_event", 0, 0);
	penv->event_wq = alloc_workqueue("icnss_driver_event", WQ_UNBOUND, 1);
	if (!penv->event_wq) {
		icnss_pr_err("Workqueue creation failed\n");
		ret = -EFAULT;