From: John Stultz Date: Thu, 26 Feb 2009 17:46:14 +0000 (-0800) Subject: time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix X-Git-Tag: v2.6.30-rc1~657^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a5ac8650b570bea3cb3614f77739dcd07d6632;p=pandora-kernel.git time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix The time_status conditional was accidentally placed right after we clear the checked time_status bits, which causes us to take the conditional every time through. This fixes it by moving the conditional to before we clear the time_status bits. Signed-off-by: John Stultz Cc: Clark Williams Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed