lkml.org 
[lkml]   [2003]   [Nov]   [6]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: PATCH: bugfix für RadeonFB (against 2.4.22-ac4, bug in 2.6.0-test9, too)
FromBenjamin Herrenschmidt <>
DateThu, 06 Nov 2003 18:14:59 +1100
> The first patch is a bugfix in radeonfb.
> The bug is in 2.6.0-test9, too. The second red should be blue.
> 
> --- linux-2.4.22-ac4/drivers/video/radeonfb.c	2003-11-05 19:47:16.000000000 +0100
> +++ linux-2.4.22-ac4_patched/drivers/video/radeonfb.c	2003-11-05 22:08:39.000000000 +0100
> @@ -2362,7 +2362,7 @@
>  			disp->visual = FB_VISUAL_DIRECTCOLOR;
>  			v.red.offset = 10;
>  			v.green.offset = 5;
> -			v.red.offset = 0;
> +			v.blue.offset = 0;
>  			v.red.length = v.green.length = v.blue.length = 5;
>  			v.transp.offset = v.transp.length = 0;
>  			break;

Thanks. Applied to my tree.

Ben.




-
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:58    [from the cache]
©2003-2008