lkml.org 
[lkml]   [2013]   [Aug]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    SubjectRe: [PATCH] cpufreq: governors: Remove duplicate check of target freq in supported range
    From
    On 27 August 2013 00:07, Stratos Karafotis <stratosk@semaphore.gr> wrote:
    > drivers/cpufreq/cpufreq_conservative.c | 4 ----

    Get rid of few more checks..

    /* if we are already at full speed then break out early */
    if (dbs_info->requested_freq == policy->max)
    return;


    /*
    * if we cannot reduce the frequency anymore, break out early
    */
    if (policy->cur == policy->min)
    return;


    \
     
     \ /
      Last update: 2013-08-27 08:21    [W:4.845 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site