lkml.org 
[lkml]   [2001]   [Oct]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.4.13-ac2 alpha missing ')'
fixes typo

--
Tom Vier <tmv5@home.com>
DSA Key id 0x27371A2C
diff -urN linux-2.4.13-ac2/arch/alpha/kernel/time.c linux-2.4.13-ac2-patched/arch/alpha/kernel/time.c
--- linux-2.4.13-ac2/arch/alpha/kernel/time.c Fri Oct 26 21:21:26 2001
+++ linux-2.4.13-ac2-patched/arch/alpha/kernel/time.c Fri Oct 26 22:02:59 2001
@@ -209,7 +209,7 @@
return cc;

if (cc < (cpu_hz[index].min - FREQ_DEVIATION)
- || cc > (cpu_hz[index].max + FREQ_DEVIATION)
+ || cc > (cpu_hz[index].max + FREQ_DEVIATION))
return 0;

return cc;
\
 
 \ /
  Last update: 2005-03-22 13:11    [W:0.033 / U:0.892 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site