linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [radeonfb.c] little patch for cfb24 problem
@ 2002-08-29  7:20 Sebastian Hanigk
  0 siblings, 0 replies; only message in thread
From: Sebastian Hanigk @ 2002-08-29  7:20 UTC (permalink / raw)
  To: linux-kernel

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-29  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-29  7:20 [radeonfb.c] little patch for cfb24 problem Sebastian Hanigk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).