matroxfb: color setting fixes

2007-07-17 Thread Linux Kernel Mailing List
] AuthorDate: Tue Jul 17 04:05:45 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Tue Jul 17 10:23:13 2007 -0700 matroxfb: color setting fixes - the pseudo_palette is only 16 elements long. - do not write to the pseudo_palette if regno (array index) is more than 15

matroxfb: color setting fixes fix

2007-07-17 Thread Linux Kernel Mailing List
] AuthorDate: Tue Jul 17 04:05:47 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Tue Jul 17 10:23:13 2007 -0700 matroxfb: color setting fixes fix Remove more code that writes to cmap[16]. Signed-off-by: Antonino Daplas [EMAIL PROTECTED] Acked-by: Petr Vandrovec