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

Commit 5af89e54 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 720bd5fe a5aea062
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;
	}