Andreas Mohr wrote:
> Hi,
> 
> On Wed, Dec 02, 2009 at 10:22:23AM -0800, Arjan van de Ven wrote:
>> Kok, Auke wrote:
>>> no idea, arjan?
>>>
>> we do incremental measurement (eg we need to calculate a delta).
>> During the startup of powertop we call several of these function twice, so 
>> that at that point
>> we have a valid delta (0) ...
> 
> Why not perhaps do
> static void do_delta_call( void (*pFuncDelta)())
> {
>   pFuncDelta();
>   pFuncDelta();
> }
> then, to make that more obvious?

sure... care to send a patch?
there used to be only one of these pretty much

_______________________________________________
Power mailing list
[email protected]
http://www.bughost.org/mailman/listinfo/power

Reply via email to