diff options
-rw-r--r-- | arch/x86/kernel/tsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c index 6dab90f68515..4847a9280505 100644 --- a/arch/x86/kernel/tsc.c +++ b/arch/x86/kernel/tsc.c | |||
@@ -319,7 +319,7 @@ static unsigned long quick_pit_calibrate(void) | |||
319 | /* | 319 | /* |
320 | * Make sure we can rely on the second TSC timestamp: | 320 | * Make sure we can rely on the second TSC timestamp: |
321 | */ | 321 | */ |
322 | if (!pit_expect_msb(--expect)) | 322 | if (!pit_expect_msb(expect)) |
323 | goto failed; | 323 | goto failed; |
324 | 324 | ||
325 | /* | 325 | /* |