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

Commit 2c76d70a authored by Kaushik, Sushant's avatar Kaushik, Sushant
Browse files

wlan: Add debug print NV download failure



Added a debug  print for the return type in case
of NV downlaod failed.

CRs-Fixed: 717777
Change-Id: I3287089cad83d37641c71da9829ef4e89d7aeca0
Signed-off-by: default avatarKaushik, Sushant <skaushik@codeaurora.org>
parent b4b5ca70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2144,8 +2144,8 @@ static void wcnss_nvbin_dnld(void)
	ret = request_firmware(&nv, NVBIN_FILE, dev);

	if (ret || !nv || !nv->data || !nv->size) {
		pr_err("wcnss: %s: request_firmware failed for %s\n",
			__func__, NVBIN_FILE);
		pr_err("wcnss: %s: request_firmware failed for %s (ret = %d)\n",
			__func__, NVBIN_FILE, ret);
		goto out;
	}