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

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

Merge "cnss: Clean preallocation memory table after WLAN driver load fails"

parents 64985fd7 65455088
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1598,6 +1598,9 @@ again:

		ret = wdrv->probe(pdev, penv->id);
		if (ret) {
			wcnss_prealloc_check_memory_leak();
			wcnss_pre_alloc_reset();

			if (probe_again > 3) {
				pr_err("Failed to probe WLAN\n");
				goto err_wlan_probe;