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

Commit 14db994e authored by Lina Iyer's avatar Lina Iyer Committed by Blagovest Kolenichev
Browse files

Revert "soc: qcom: rpmh: Dirt can only make you dirtier, not cleaner"



This reverts commit 4f80cb2c.

This is a preparation change for merging android-5.4.54 into
msm-5.4 branch. Revert this change to continue using existing
driver that is already supporting same functionality being
added in this change.

Change-Id: I783632301c9923c766a35e0341b56469a8daed35
Signed-off-by: default avatarBlagovest Kolenichev <bkolenichev@codeaurora.org>
parent 261a54f3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ static struct cache_req *cache_rpm_request(struct rpmh_ctrlr *ctrlr,
		break;
	}

	ctrlr->dirty |= (req->sleep_val != old_sleep_val ||
	ctrlr->dirty = (req->sleep_val != old_sleep_val ||
			req->wake_val != old_wake_val) &&
			req->sleep_val != UINT_MAX &&
			req->wake_val != UINT_MAX;