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

Commit edac9794 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "icnss2: Make SOC_WAKE workqueue as high priority"

parents d1220dae 0d537dd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3901,7 +3901,7 @@ static int icnss_probe(struct platform_device *pdev)
	INIT_LIST_HEAD(&priv->event_list);

	priv->soc_wake_wq = alloc_workqueue("icnss_soc_wake_event",
					    WQ_UNBOUND, 1);
					    WQ_UNBOUND|WQ_HIGHPRI, 1);
	if (!priv->soc_wake_wq) {
		icnss_pr_err("Soc wake Workqueue creation failed\n");
		ret = -EFAULT;