Re: [PATCH] video: da8xx-fb: Fix casting of info->pseudo_palette

2014-03-26 Thread Jon Ringle
I've not heard anything regarding this patch. I just want to make sure it's not lost :) Jon On Wed, Mar 5, 2014 at 3:19 AM, wrote: > From: Jon Ringle > > (Resending without corporate disclaimer in email footer) > > The casting to (u16 *) on info->pseudo_palette is wrong and causes the > displ

[PATCH] video: da8xx-fb: Fix casting of info->pseudo_palette

2014-03-05 Thread jon
From: Jon Ringle (Resending without corporate disclaimer in email footer) The casting to (u16 *) on info->pseudo_palette is wrong and causes the display to show a blue (garbage) vertical line on every other pixel column Signed-off-by: Jon Ringle --- drivers/video/da8xx-fb.c | 10 +- 1