Re: Problems with framebuffer in 2.6.22-git17

From: Antonino A. Daplas
Date: Fri Jul 27 2007 - 22:18:56 EST


On Sat, 2007-07-28 at 10:14 +0800, Antonino A. Daplas wrote:
> On Sat, 2007-07-28 at 02:06 +0100, Adrian McMenamin wrote:
> > On 28/07/07, Antonino A. Daplas <adaplas@xxxxxxxxx> wrote:
> >
> > >

> tmp = transp << var->transp.offset | red << var->red.offset |
> green << var->green.offset | blue << var->green.offset;
>

The above should be:

tmp = regno << var->transp.offset | regno << var->red.offset |
regno << var->green.offset | regno << var->green.offset;

Tony

-
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/