Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753764AbZGVK0k (ORCPT ); Wed, 22 Jul 2009 06:26:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751214AbZGVK0j (ORCPT ); Wed, 22 Jul 2009 06:26:39 -0400 Received: from mail6.webfaction.com ([74.55.86.74]:37473 "EHLO smtp.webfaction.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750969AbZGVK0j (ORCPT ); Wed, 22 Jul 2009 06:26:39 -0400 Date: Wed, 22 Jul 2009 11:27:08 +0100 (BST) From: Troy Moure To: Jens Rosenboom cc: Krzysztof Oledzki , Linus Torvalds , Troy Moure , Greg KH , Linux Kernel Mailing List , Andrew Morton , stable@kernel.org, lwn@lwn.net, Ian Lance Taylor Subject: Re: Linux 2.6.27.27 In-Reply-To: <1248256689.7237.2.camel@fnki-nb00130> Message-ID: References: <20090720040655.GA11940@kroah.com> <4A645A45.9060509@ans.pl> <20090720151008.GC10015@suse.de> <1248256689.7237.2.camel@fnki-nb00130> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 837 Lines: 30 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/