Re: PATCH: bugfix für RadeonFB (against2.4.22-ac4, bug in 2.6.0-test9, too)

From: Benjamin Herrenschmidt
Date: Thu Nov 06 2003 - 02:17:05 EST



> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/