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

Commit d2adbc0c authored by Mahesh Kumar Kalikot Veetil's avatar Mahesh Kumar Kalikot Veetil
Browse files

Revert "cnss2: Assert if MHI resume fails"



This reverts commit c265a8fa.
Assert will be handled by a different API.

Change-Id: I2e6cb641669539ec505993ac7fe69e2a652f2f6f
CRs-Fixed: 2741967
Signed-off-by: default avatarMahesh Kumar Kalikot Veetil <mkalikot@codeaurora.org>
parent 4d86e041
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1099,10 +1099,6 @@ static int cnss_pci_set_mhi_state(struct cnss_pci_data *pci_priv,
out:
	cnss_pr_err("Failed to set MHI state: %s(%d)\n",
		    cnss_mhi_state_to_str(mhi_state), mhi_state);

	if (mhi_state == CNSS_MHI_RESUME)
		CNSS_ASSERT(0);

	return ret;
}