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

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

Merge "cnss2: Fix a bug when sending firmware memory through QMI"

parents 4b960159 e9554c4c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ int cnss_wlfw_respond_mem_send_sync(struct cnss_plat_data *plat_priv)

	if (!fw_mem->pa || !fw_mem->size) {
		cnss_pr_err("Memory for FW is not available!\n");
		ret = -ENOMEM;
		goto out;
	}