On Mon, Oct 08, 2012 at 10:05:41AM +0200, Christian Gmeiner wrote:
2012/10/8 Kevin O'Connor kevin@koconnor.net:
On Fri, Oct 05, 2012 at 06:07:25PM +0200, Christian Gmeiner wrote:
Signed-off-by: Christian Gmeiner christian.gmeiner@gmail.com
vgasrc/geodevga.c | 63 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 29 deletions(-)
diff --git a/vgasrc/geodevga.c b/vgasrc/geodevga.c index 9fab5e9..469adf9 100644 --- a/vgasrc/geodevga.c +++ b/vgasrc/geodevga.c @@ -204,6 +204,38 @@ static u32 framebuffer_size(void)
- Init Functions
****************************************************************/
+static void geodevga_set_ouput_mode(void)
Typo?
yes.. should be geodevga_set_output_mode.
Shall I send an other patch fixing this typo or will you fix it before applying my patches?
Please send me the patch/patches.
-Kevin