]> git.baikalelectronics.ru Git - kernel.git/commit
time: ntp: simplify ntp_update_offset_fll()
authorIngo Molnar <mingo@elte.hu>
Sun, 22 Feb 2009 12:22:23 +0000 (13:22 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 25 Feb 2009 17:38:12 +0000 (18:38 +0100)
commitafe5d8140cccc2b341800f5656314cdeb4e0a7f4
treea40492dc5668a07c6511ae446204408e02a1e980
parentc67dd1b70753694b31b38f217e9cd577441fa8d0
time: ntp: simplify ntp_update_offset_fll()

Impact: cleanup, no functionality changed

Change ntp_update_offset_fll() to delta logic instead of
absolute value logic. This eliminates 'freq_adj' from the
function.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/time/ntp.c