patch-2.4.21 linux-2.4.21/drivers/video/atafb.c

Next file: linux-2.4.21/drivers/video/aty128fb.c
Previous file: linux-2.4.21/drivers/video/amifb.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/video/atafb.c linux-2.4.21/drivers/video/atafb.c
@@ -1193,7 +1193,7 @@
 	par->HBB = gend2 - par->HHT - 2;
 #if 0
 	/* One more Videl constraint: data fetch of two lines must not overlap */
-	if (par->HDB & 0x200  &&  par->HDB & ~0x200 - par->HDE <= 5) {
+	if ((par->HDB & 0x200)  &&  (par->HDB & ~0x200) - par->HDE <= 5) {
 		/* if this happens increase margins, decrease hfreq. */
 	}
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)