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

Commit 5655666e authored by Yuanyuan Liu's avatar Yuanyuan Liu
Browse files

cnss2: Print fatal error for smmu fault



Print fatal error for smmu fault.

Change-Id: I29a7146d1704962068aa1579c04e7a45080844cd
CRs-Fixed: 2538979
Signed-off-by: default avatarYuanyuan Liu <yuanliu@codeaurora.org>
parent be1510e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2909,7 +2909,7 @@ static int cnss_pci_smmu_fault_handler(struct iommu_domain *domain,
{
	struct cnss_pci_data *pci_priv = handler_token;

	cnss_pr_err("SMMU fault happened with IOVA 0x%lx\n", iova);
	cnss_fatal_err("SMMU fault happened with IOVA 0x%lx\n", iova);

	if (!pci_priv) {
		cnss_pr_err("pci_priv is NULL\n");