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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dave Jones
Date: Monday, October 15, 2007 - 8:40 am

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.

Thanks,

	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, 12:46 pm)
Re: [PATCH][try 2] architectural pstate driver for powernow-k8, Andreas Herrmann3, (Wed Oct 10, 9:35 am)
Re: [PATCH][try 2] architectural pstate driver for powernow-k8, Dave Jones, (Mon Oct 15, 8:40 am)
[PATCH][try 3] architectural pstate driver for powernow-k8, Mark Langsdorf, (Mon Oct 15, 9:23 am)