patch-2.4.22 linux-2.4.22/drivers/video/intel/intelfbhw.h
Next file: linux-2.4.22/drivers/video/matrox/matroxfb_DAC1064.c
Previous file: linux-2.4.22/drivers/video/intel/intelfb.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
2003-08-25 04:44:42.000000000 -0700
-  Orig file: 
linux-2.4.21/drivers/video/intel/intelfbhw.h
-  Orig date: 
2003-06-13 07:51:37.000000000 -0700
diff -urN linux-2.4.21/drivers/video/intel/intelfbhw.h linux-2.4.22/drivers/video/intel/intelfbhw.h
@@ -183,7 +183,7 @@
 #endif
 #define PALETTE_8_SIZE			(PALETTE_8_ENTRIES * 4)
 #define PALETTE_10_ENTRIES		128
-#define PALETTE_8_SIZE			(PALETTE_10_ENTRIES * 8)
+#define PALETTE_10_SIZE			(PALETTE_10_ENTRIES * 8)
 #define PALETTE_8_MASK			0xff
 #define PALETTE_8_RED_SHIFT		16
 #define PALETTE_8_GREEN_SHIFT		8
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)