Messages in this thread Patch in this message |  | | Date | Thu, 29 Aug 2002 09:20:57 +0200 | From | Sebastian Hanigk <> | 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/
|  |