Re: [PATCH] cpufreq: fix sign check of an unsigned variable in cpufreq-cpu0

2013-02-25 Thread Mike Turquette
Quoting Viresh Kumar (2013-02-25 04:09:47) > On Mon, Feb 25, 2013 at 5:02 PM, Guennadi Liakhovetski > wrote: > > A "< 0" test for an unsigned variable is meaningless, change the variable > > to signed. > > > > Signed-off-by: Guennadi Liakhovetski > > --- > > > > stable? > > > > drivers/cpufreq/c

Re: [PATCH] cpufreq: fix sign check of an unsigned variable in cpufreq-cpu0

2013-02-25 Thread Viresh Kumar
On Mon, Feb 25, 2013 at 5:02 PM, Guennadi Liakhovetski wrote: > A "< 0" test for an unsigned variable is meaningless, change the variable > to signed. > > Signed-off-by: Guennadi Liakhovetski > --- > > stable? > > drivers/cpufreq/cpufreq-cpu0.c |3 ++- > 1 files changed, 2 insertions(+), 1 d