patch-2.4.0-test2 linux/drivers/video/macmodes.c

Next file: linux/drivers/video/matrox/matroxfb_base.c
Previous file: linux/drivers/video/macfb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/drivers/video/macmodes.c linux/drivers/video/macmodes.c
@@ -265,7 +265,7 @@
         n = n_entries - i;
         if (n > 16)
             n = 16;
-        palette_cmap.start = 1;
+        palette_cmap.start = i;
         palette_cmap.len = n;
 
         for (j = 0; j < n; j++) {

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