mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
tridentfb: fix unitialized pseudo_palette
Initialize the pseudo_palette pointer properly. This fixes crash when 16bpp or 32bpp mode is selected. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a0d922562d
commit
aa0aa8ab2f
@ -1350,7 +1350,7 @@ static int __devinit trident_pci_probe(struct pci_dev *dev,
|
||||
|
||||
info->fix = tridentfb_fix;
|
||||
info->fbops = &tridentfb_ops;
|
||||
|
||||
info->pseudo_palette = default_par->pseudo_pal;
|
||||
|
||||
info->flags = FBINFO_DEFAULT | FBINFO_HWACCEL_YPAN;
|
||||
#ifdef CONFIG_FB_TRIDENT_ACCEL
|
||||
|
Loading…
x
Reference in New Issue
Block a user