Loading drivers/devfreq/governor_msm_adreno_tz.c +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ static int tz_get_target_freq(struct devfreq *devfreq, unsigned long *freq, * 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, Loading Loading
drivers/devfreq/governor_msm_adreno_tz.c +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ static int tz_get_target_freq(struct devfreq *devfreq, unsigned long *freq, * 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, Loading