On 8 November 2013 00:27, Rafael J. Wysocki <rjw@xxxxxxxxxxxxx> wrote: > On Thursday, November 07, 2013 10:39:38 AM Viresh Kumar wrote: >> We need another patch for fixing the other part of code where we >> increase freq.. >> We need to replace: >> >> if (dbs_info->requested_freq == policy->max) >> return; >> >> with >> >> if (dbs_info->requested_freq >= policy->max) >> return; >> >> So, that we don't run unnecessary code :) > > Care to prepare a patch? I wanted to give a chance to Xiaoguang to generate a patch for us :) Lets wait for his reply, otherwise I will do it. -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html