time: ntp: refactor up ntp_update_frequency()
authorIngo Molnar <mingo@elte.hu>
Sun, 22 Feb 2009 11:17:36 +0000 (12:17 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 25 Feb 2009 17:38:10 +0000 (18:38 +0100)
Impact: cleanup, no functionality changed

Change ntp_update_frequency() from a hard to follow code
flow that uses global variables as temporaries, to a clean
input+output flow.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found