login
Header Space

 
 

Re: [PATCH][try 3] architectural pstate driver for powernow-k8

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Mark Langsdorf <mark.langsdorf@...>
Cc: Andy Whitcroft <apw@...>, Andi Kleen <andi@...>, <cpufreq@...>, <linux-kernel@...>
Date: Monday, October 15, 2007 - 4:32 pm

On Mon, Oct 15, 2007 at 11:23:45AM -0500, Mark Langsdorf wrote:
 > On Monday 15 October 2007 10:40, Dave Jones wrote:
 > > On Thu, Oct 11, 2007 at 08:59:58AM +0100, Andy Whitcroft wrote:
 > >  
 > >  > >  	/* get fid did for hardware pstate transition */
 > >  > >  	pstate = index & HW_PSTATE_MASK;
 > >  > > -	if (pstate > MAX_HW_PSTATE)
 > >  > > +	if (pstate > data->max_hw_pstate);
 > >  > >  		return 0;
 > >  > 
 > >  > checkpatch picked up this dodgy if.  I suspect that the ';' is wrong
 > >  > from the context.
 > >  
 > > Indeed.  Mark/Andreas, want to send me a new patch against latest
 > > Linus HEAD ?  I didn't apply the old one yet, as it conflicted with
 > > the changes already queued for merging.
 > 
 > This is against -git7.  I should think that's close enough.

So close!

arch/x86/kernel/cpu/cpufreq/powernow-k8.c: In function ‘powernowk8_target’:
arch/x86/kernel/cpu/cpufreq/powernow-k8.c:1054: error: ‘struct powernow_k8_data’ has no member named ‘currdid’
make[1]: *** [arch/x86/kernel/cpu/cpufreq/powernow-k8.o] Error 1
make: *** [arch/x86/kernel/cpu/cpufreq/powernow-k8.o] Error 2

Missed one of the conversions?

	Dave

-- 
http://www.codemonkey.org.uk
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] architectural pstate driver for powernow-k8, Mark Langsdorf, (Tue Oct 9, 3:46 pm)
[PATCH][try 3] architectural pstate driver for powernow-k8, Mark Langsdorf, (Mon Oct 15, 12:23 pm)
Re: [PATCH][try 3] architectural pstate driver for powernow-k8, Dave Jones, (Mon Oct 15, 4:32 pm)
Re: [PATCH][try 2] architectural pstate driver for powernow-k8, Andreas Herrmann3, (Wed Oct 10, 12:35 pm)
speck-geostationary