lkml.org 
[lkml]   [2002]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[radeonfb.c] little patch for cfb24 problem
Hi,

I'm using the radeonfb on my notebook and for some reason the last
kernel releases had a small typo in the radeonfb.c source. I've
included a small patch which I've used for the last releases.

Please cc: me in replies, I'm not subscribed to this list!

Regards,

Sebastian

--- linux-2.4.20-pre5/drivers/video/radeonfb.c~ 2002-08-29 08:58:04.000000000 +0200
+++ linux-2.4.20-pre5/drivers/video/radeonfb.c 2002-08-29 09:12:40.000000000 +0200
@@ -1716,7 +1716,7 @@
disp->line_length = disp->var.xres_virtual * 2;
break;
#endif
-#ifdef FBCON_HAS_CFB32
+#ifdef FBCON_HAS_CFB24
case 24:
disp->dispsw = &fbcon_cfb24;
disp->dispsw_data = &rinfo->con_cmap.cfb24;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.018 / U:3.240 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site