patch-2.1.110 linux/drivers/char/hfmodem/refclock.c

Next file: linux/drivers/char/i2c.c
Previous file: linux/drivers/char/hfmodem/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.109/linux/drivers/char/hfmodem/refclock.c linux/drivers/char/hfmodem/refclock.c
@@ -68,7 +68,7 @@
 #ifdef __i386__
 __initfunc(static void i386_capability(void))
 {
-	if (boot_cpu_data.x86_capability & X86_FEATURE_TSC))
+	if (boot_cpu_data.x86_capability & X86_FEATURE_TSC)
 		rdtsc_ok = 1;
 	else
 		printk(KERN_INFO "%s: cpu does not support the rdtsc instruction\n", hfmodem_drvname);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov