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

Commit 71ff1dc0 authored by Yue Ma's avatar Yue Ma Committed by Gerrit - the friendly Code Review server
Browse files

cnss2: Skip unexpected QMI server arrive



Skip unexpected QMI server arrive and avoid assert.

Change-Id: I8e595636d000683a9fd1c2f77b558775ae7b3038
Signed-off-by: default avatarYue Ma <yuem@codeaurora.org>
parent e3e20132
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2113,7 +2113,6 @@ int cnss_wlfw_server_arrive(struct cnss_plat_data *plat_priv, void *data)

	if (test_bit(CNSS_QMI_WLFW_CONNECTED, &plat_priv->driver_state)) {
		cnss_pr_err("Unexpected WLFW server arrive\n");
		CNSS_ASSERT(0);
		return -EINVAL;
	}