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
- Lines: 9
- Date:
2003-06-13 07:51:37.000000000 -0700
- Orig file:
linux-2.4.20/drivers/video/atafb.c
- Orig date:
2001-10-25 00:02:26.000000000 -0700
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)