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?
Andreas
_______________________________________________
Power mailing list
[email protected]
http://www.bughost.org/mailman/listinfo/power