[PATCH] i810fb: Change option ext_vga to extvga to match documentation
authorAntonino A. Daplas <adaplas@gmail.com>
Mon, 12 Sep 2005 01:16:47 +0000 (09:16 +0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 12 Sep 2005 03:43:47 +0000 (20:43 -0700)
commit747a5054c0663a21c440524bdac1bca31be0d20e
tree7e42775896a052ec4fd14d62c4aeaaf7f24b7f07
parent595e8a97f48619fe7952f31259d3e61af9118f49
[PATCH] i810fb: Change option ext_vga to extvga to match documentation

Reported by: Manuel Lauss <mano@roarinelk.homelinux.net>

He was getting random initial video modes depending on the kernel
configuration.  His option line includes 'extvga'.

The i810fb documentation describes the option 'extvga', however the
driver accepts 'ext_vga'.  Besides 'extvga' being ignored by i810fb,
it also confuses the option parser of i810fb and assigns 'extvga' to
'mode_option'.  This leads to an incorrect video mode at boot time.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/i810/i810_main.c