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

Commit 76f4baf4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu: arm-smmu: Fix reference count error" into msm-4.9

parents 01b5d8dd 2e3471ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@ static void arm_smmu_power_off_slow(struct arm_smmu_power_resources *pwr)
	arm_smmu_unprepare_clocks(pwr);
	arm_smmu_unrequest_bus(pwr);
	regulator_bulk_disable(pwr->num_gdscs, pwr->gdscs);

	pwr->power_count = 0;
	mutex_unlock(&pwr->power_lock);
}