View | Details | Raw Unified | Return to bug 103786
Collapse All | Expand All

(-)drivers/cpufreq/cpufreq_ondemand.c.orig (+4 lines)
Lines 254-259 Link Here
254
	if (!this_dbs_info->enable)
254
	if (!this_dbs_info->enable)
255
		return;
255
		return;
256
256
257
	int ret = cpufreq_get_policy(this_dbs_info->cur_policy, cpu);
258
	if (ret)
259
		return;
260
257
	policy = this_dbs_info->cur_policy;
261
	policy = this_dbs_info->cur_policy;
258
	/* 
262
	/* 
259
	 * Every sampling_rate, we check, if current idle time is less
263
	 * Every sampling_rate, we check, if current idle time is less

Return to bug 103786