Unverified Commit 1727cf56 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!11563 iommu: Restore lost return in iommu_report_device_fault()

parents 70e304bd f321b6fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -192,6 +192,7 @@ void iommu_report_device_fault(struct device *dev, struct iopf_fault *evt)
		report_partial_fault(iopf_param, fault);
		iopf_put_dev_fault_param(iopf_param);
		/* A request that is not the last does not need to be ack'd */
		return;
	}

	/*