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

Commit 479876dd authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

qcom: msa: Change MBA boot done message



Add printing the mss device info along with the log
to indicate MBA being ready.

CRs-Fixed: 692526
Change-Id: I8636a7609d3e5b44c1a5c1bc11861e698a4173b9
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 9dc0b3bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ static int pil_mss_reset(struct pil_desc *pil)
			goto err_q6v5_reset;
	}

	pr_info("pil: MBA boot done\n");
	dev_info(pil->dev, "MBA boot done\n");
	drv->is_booted = true;

	return 0;