[CPUFREQ] db8500: remove unneeded for loop iteration over freq_table
Don't know why to do the loop iteration here. It looks unneeded. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
		
					parent
					
						
							
								0073f538c1
							
						
					
				
			
			
				commit
				
					
						ded84337ac
					
				
			
		
					 1 changed files with 0 additions and 5 deletions
				
			
		|  | @ -105,7 +105,6 @@ static unsigned int db8500_cpufreq_getspeed(unsigned int cpu) | |||
| static int __cpuinit db8500_cpufreq_init(struct cpufreq_policy *policy) | ||||
| { | ||||
| 	int res; | ||||
| 	int i; | ||||
| 
 | ||||
| 	BUILD_BUG_ON(ARRAY_SIZE(idx2opp) + 1 != ARRAY_SIZE(freq_table)); | ||||
| 
 | ||||
|  | @ -128,10 +127,6 @@ static int __cpuinit db8500_cpufreq_init(struct cpufreq_policy *policy) | |||
| 	policy->min = policy->cpuinfo.min_freq; | ||||
| 	policy->max = policy->cpuinfo.max_freq; | ||||
| 	policy->cur = db8500_cpufreq_getspeed(policy->cpu); | ||||
| 
 | ||||
| 	for (i = 0; freq_table[i].frequency != policy->cur; i++) | ||||
| 		; | ||||
| 
 | ||||
| 	policy->governor = CPUFREQ_DEFAULT_GOVERNOR; | ||||
| 
 | ||||
| 	/*
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Axel Lin
				Axel Lin