]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fbdev: make pxafb more robust to errors with CONFIG_FB_PXA_PARAMETERS
authorOle Reinhardt <ole.reinhardt@kernelconcepts.de>
Wed, 14 Dec 2005 01:03:38 +0000 (17:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 14 Dec 2005 05:18:16 +0000 (21:18 -0800)
commit0d09781881d96f7d6e79181dfe223ba571318180
tree2118328f37af59e65e024e34d09d9c902aea47bd
parent97cba9753263a4a27d418973497bc68d89d60431
[PATCH] fbdev: make pxafb more robust to errors with CONFIG_FB_PXA_PARAMETERS

pxafb.c runs into an oops if CONFIG_FB_PXA_PARAMETERS is enabled and no
parameters are set in command line.  The following patch avoids this
problem.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/pxafb.c