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

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

Merge "icnss: Init spin lock in icnss_probe"

parents fe142d0b 53408ac9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1446,6 +1446,8 @@ static int icnss_probe(struct platform_device *pdev)
		goto err_wlan_mode;
	}

	spin_lock_init(&penv->qmi_event_lock);

	penv->qmi_event_wq = alloc_workqueue("icnss_qmi_event", 0, 0);
	if (!penv->qmi_event_wq) {
		pr_err("%s: workqueue creation failed\n", __func__);