Messages in this thread |  | | | Date | Wed, 22 Jul 2009 11:27:08 +0100 (BST) | | From | Troy Moure <> | | Subject | Re: Linux 2.6.27.27 |
| |
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
|  |