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

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

Merge "cnss2: Print fatal error for smmu fault"

parents 5cf902ab 5655666e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2914,7 +2914,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");