lkml.org 
[lkml]   [2009]   [Jul]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Linux 2.6.27.27

> > > diff --git a/drivers/video/fbmon.c b/drivers/video/fbmon.c
> > > index 5c1a2c0..af4a15c 100644
> > > --- a/drivers/video/fbmon.c
> > > +++ b/drivers/video/fbmon.c
> > > @@ -256,8 +256,8 @@ static void fix_edid(unsigned char *edid, int fix)
> > >
> > > static int edid_checksum(unsigned char *edid)
> > > {
> > > - unsigned char i, csum = 0, all_null = 0;
> > > - int err = 0, fix = check_edid(edid);
> > > + unsigned csum = 0, all_null = 0;
> > > + int i, err = 0, fix = check_edid(edid);
>
> I don't know where the 'char' disappeared, but that was obviously not
> intended. I just meant to move the 'i' from one line to the other.
>
> > >
> > > if (fix)
> > > fix_edid(edid, fix);
> >
> > Tested-by: Krzysztof Piotr Oledzki <ole@ans.pl>
> >
> > On condition, that you keep "unsigned char" here. ;)
>
> Indeed. I'll commit the fixed version. Thanks for testing and sorry for
> the idiot patch.

So... we are going to just work around the gcc bug in the kernel?
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


\
 
 \ /
  Last update: 2009-07-29 17:01    [W:0.083 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site