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

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

Merge "soc: qcom: ssr: Initialize high priority workqueue"

parents 96359de5 adce4cc2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1833,7 +1833,8 @@ static int __init subsys_restart_init(void)
{
	int ret;

	ssr_wq = alloc_workqueue("ssr_wq", WQ_CPU_INTENSIVE, 0);
	ssr_wq = alloc_workqueue("ssr_wq",
		WQ_UNBOUND | WQ_HIGHPRI | WQ_CPU_INTENSIVE, 0);
	BUG_ON(!ssr_wq);

	ret = bus_register(&subsys_bus_type);