Attached the patch with the miisng signed-off-by.
On Thu, Jan 6, 2011 at 7:35 AM, Paul Mundt [off-list ref] wrote:
On Tue, Dec 28, 2010 at 11:03:50AM +0100, Vicente Jim?nez wrote:
quoted
From 81561bbf722613794c77cd03c537f4139b2d0976 Mon Sep 17 00:00:00 2001
From: Vicente Jimenez Aguilar <redacted>
Date: Tue, 28 Dec 2010 11:35:24 +0100
Subject: [PATCH 2/2] Corrected matroxfb 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.
Missing Signed-off-by.