]> git.karo-electronics.de Git - mv-sheeva.git/commit
video: matroxfb: Correct video option in comments and kernel config help.
authorVicente Jiménez <googuy@gmail.com>
Sat, 8 Jan 2011 00:54:26 +0000 (00:54 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 11 Jan 2011 03:11:16 +0000 (12:11 +0900)
commit90a48151599b5f5137aeb0c8849557231e9c1640
tree4346bbfffcc6a5906bd0cadc21fda759f02e8aec
parent0d7fa180a8f314eaa4f766a852bf73abce4dbcc2
video: matroxfb: Correct video option in comments and kernel config help.

Configuring the kernel I found that the Matrox frame buffer help has a
different option than the one in the docs (Documentation/fb/matroxfb.txt).
I decided to check the source code to see what is the correct option.
drivers/video/matrox/matroxfb_base.c has a lot of comments that sugests
that the video option is "matrox".
However in line 2452 of this same file you have:
fb_get_options("matroxfb", &option)

video=matroxfb:XXX is the correct video option not video=matrox:XXX.

Signed-off-by: Vicente Jimenez Aguilar <googuy@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/Kconfig
drivers/video/matrox/matroxfb_base.c