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

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

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

parents 72afcec4 90ff8e0d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1889,7 +1889,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);