Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754846AbZGXWaI (ORCPT ); Fri, 24 Jul 2009 18:30:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754818AbZGXWaF (ORCPT ); Fri, 24 Jul 2009 18:30:05 -0400 Received: from kroah.org ([198.145.64.141]:46272 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754820AbZGXWaD (ORCPT ); Fri, 24 Jul 2009 18:30:03 -0400 Date: Fri, 24 Jul 2009 15:28:06 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@kernel.org, lwn@lwn.net Subject: Re: Linux 2.6.27.28 Message-ID: <20090724222806.GB30562@kroah.com> References: <20090724222746.GA30562@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090724222746.GA30562@kroah.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 955 Lines: 33 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); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/