Re: [PATCH 14/21] cpufreq: pxa2xx: initialize variables

2013-04-25 Thread Arnd Bergmann
On Thursday 25 April 2013, Rafael J. Wysocki wrote: > On 4/25/2013 7:28 PM, Arnd Bergmann wrote: > > Signed-off-by: Arnd Bergmann > > Cc: Viresh Kumar > > Cc: Rafael J. Wysocki > > OK, applied. > > Can you please CC future cpufreq changes to linux...@vger.kernel.org? > That'd make the handli

Re: [PATCH 14/21] cpufreq: pxa2xx: initialize variables

2013-04-25 Thread Rafael J. Wysocki
On 4/25/2013 7:28 PM, Arnd Bergmann wrote: gcc-3.8 correctly found that the variables set by find_freq_tables() are not initialized if this function is called on something other than a pxa2xx or pxa3xx: pxa2xx-cpufreq.c: In function 'pxa_verify_policy': pxa2xx-cpufreq.c:272:6: warning: 'pxa_freq

[PATCH 14/21] cpufreq: pxa2xx: initialize variables

2013-04-25 Thread Arnd Bergmann
gcc-3.8 correctly found that the variables set by find_freq_tables() are not initialized if this function is called on something other than a pxa2xx or pxa3xx: pxa2xx-cpufreq.c: In function 'pxa_verify_policy': pxa2xx-cpufreq.c:272:6: warning: 'pxa_freqs_table' may be used uninitialized in this f