On 27 May 2014 02:23, Srivatsa S. Bhat <[email protected]> wrote:
Looks fine, some nits.. > diff --git a/drivers/cpufreq/cpufreq_governor.c > b/drivers/cpufreq/cpufreq_governor.c > -void dbs_check_cpu(struct dbs_data *dbs_data, int cpu) > +void dbs_check_cpu(struct dbs_data *dbs_data, int cpu, > + unsigned int sampling_rate) We don't need to pass a new argument, we can get all the information from dbs_data alone. Its already done for multiple routines. Let me know if you find it difficult to figure out.. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

