Merge "PM: devfreq: Fix the fast ramp case in the adreno governor"
diff --git a/drivers/devfreq/governor_msm_adreno_tz.c b/drivers/devfreq/governor_msm_adreno_tz.c
index 8975a19..8c97fe9 100644
--- a/drivers/devfreq/governor_msm_adreno_tz.c
+++ b/drivers/devfreq/governor_msm_adreno_tz.c
@@ -135,7 +135,7 @@
 	 * increase frequency.  Otherwise run the normal algorithm.
 	 */
 	if (priv->bin.busy_time > CEILING) {
-		val = -1;
+		val = -1 * level;
 	} else {
 		val = __secure_tz_entry3(TZ_UPDATE_ID,
 				level,