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

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

Merge "wcnss: Send FIQ to firmware after smp2p error ready happens"

parents 46086ca3 7292ab10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2517,6 +2517,7 @@ wcnss_trigger_config(struct platform_device *pdev)
	} while (pil_retry++ < WCNSS_MAX_PIL_RETRY && IS_ERR(penv->pil));

	if (pil_retry >= WCNSS_MAX_PIL_RETRY) {
		wcnss_reset_intr();
		penv->pil = NULL;
		goto fail_ioremap2;
	}