Re: Linux 2.6.27.27

From: Troy Moure
Date: Wed Jul 22 2009 - 06:26:46 EST




On Wed, 22 Jul 2009, Jens Rosenboom wrote:

> > >> --- 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;
>
> I guess Linus shouldn't have deleted the "char" here...
>
> [...]
>

Doh! I missed this - I didn't look closely at his patch.

You can disregard my just-sent message, then...

Troy

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