|
@@ -406,9 +406,8 @@ adj_done:
|
|
if (time_status & (STA_UNSYNC|STA_CLOCKERR))
|
|
if (time_status & (STA_UNSYNC|STA_CLOCKERR))
|
|
result = TIME_ERROR;
|
|
result = TIME_ERROR;
|
|
|
|
|
|
- txc->freq = shift_right((s32)(time_freq >> PPM_SCALE_INV_SHIFT) *
|
|
|
|
- (s64)PPM_SCALE_INV,
|
|
|
|
- NTP_SCALE_SHIFT);
|
|
|
|
|
|
+ txc->freq = shift_right((time_freq >> PPM_SCALE_INV_SHIFT) *
|
|
|
|
+ (s64)PPM_SCALE_INV, NTP_SCALE_SHIFT);
|
|
txc->maxerror = time_maxerror;
|
|
txc->maxerror = time_maxerror;
|
|
txc->esterror = time_esterror;
|
|
txc->esterror = time_esterror;
|
|
txc->status = time_status;
|
|
txc->status = time_status;
|