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

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

Merge "icnss2: Send ICNSS_SMMU_FAULT uevent to host driver"

parents 0149a80b ed992c7a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3700,6 +3700,8 @@ static int icnss_smmu_fault_handler(struct iommu_domain *domain,

	if (test_bit(ICNSS_FW_READY, &priv->state)) {
		fw_down_data.crashed = true;
		icnss_call_driver_uevent(priv, ICNSS_UEVENT_SMMU_FAULT,
					 &fw_down_data);
		icnss_call_driver_uevent(priv, ICNSS_UEVENT_FW_DOWN,
					 &fw_down_data);
	}