mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +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…
Reference in New Issue
Block a user