Re: [PATCH] cpufreq: highbank: do not initialize array with a loop

2013-02-25 Thread Emilio López
Hello, El 25/02/13 00:41, Viresh Kumar escribió: > On Sun, Feb 24, 2013 at 10:31 PM, Emilio López wrote: >> As uninitialized array members will be initialized to zero, we can >> avoid using a for loop by setting a value to it. >> >> Signed-off-by: Emilio López >> --- >> Note that I don't own any

Re: [PATCH] cpufreq: highbank: do not initialize array with a loop

2013-02-24 Thread Viresh Kumar
On Sun, Feb 24, 2013 at 10:31 PM, Emilio López wrote: > As uninitialized array members will be initialized to zero, we can > avoid using a for loop by setting a value to it. > > Signed-off-by: Emilio López > --- > Note that I don't own any device using this driver, it has only been compile > test

[PATCH] cpufreq: highbank: do not initialize array with a loop

2013-02-24 Thread Emilio López
As uninitialized array members will be initialized to zero, we can avoid using a for loop by setting a value to it. Signed-off-by: Emilio López --- Note that I don't own any device using this driver, it has only been compile tested, but it shouldn't cause any issues. drivers/cpufreq/highbank-cp