Using the CPU number to compare with an index into an array containing
only a subset of CPUs isn't valid. And indicator isn't necessary here
at all since the CPU number being dealt with gets printed right before
this line.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
printf("affected_cpus :");
for ( i = 0; i < p_cpufreq->cpu_num; i++ )
- if ( i == cpuid )
- printf(" *%d", p_cpufreq->affected_cpus[i]);
- else
- printf(" %d", p_cpufreq->affected_cpus[i]);
+ printf(" %d", p_cpufreq->affected_cpus[i]);
printf("\n");
printf("cpuinfo frequency : max [%u] min [%u] cur [%u]\n",