From: Greg Kroah-Hartman Subject: Linux 2.6.27.28 Signed-off-by: Greg Kroah-Hartman diff --git a/Makefile b/Makefile index 387a5fd..7598325 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 27 -EXTRAVERSION = .27 +EXTRAVERSION = .28 NAME = Trembling Tortoise # *DOCUMENTATION* diff --git a/drivers/video/fbmon.c b/drivers/video/fbmon.c index 6a0aa18..839b0bf 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 char csum = 0, all_null = 0; + int i, err = 0, fix = check_edid(edid); if (fix) fix_edid(edid, fix);