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

Commit a5aea062 authored by Mohammed Siddiq's avatar Mohammed Siddiq Committed by Gerrit - the friendly Code Review server
Browse files

cnss2: Add code to print return value of BDF download failure



Add code to print return value of BDF download failure.

Change-Id: Ifca293d00eeae98fb8a6a0f81bba853c8d382cd3
Signed-off-by: default avatarMohammed Siddiq <msiddiq@codeaurora.org>
parent dc533963
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -615,7 +615,7 @@ int cnss_wlfw_bdf_dnld_send_sync(struct cnss_plat_data *plat_priv,
					      &plat_priv->plat_dev->dev);

	if (ret) {
		cnss_pr_err("Failed to load BDF: %s\n", filename);
		cnss_pr_err("Failed to load BDF: %s, ret: %d\n", filename, ret);
		goto err_req_fw;
	}