From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 5 Jan 2004 01:10:30 -0800 From: Andrew Morton Subject: Re: 2.6.1-rc1-mm2 Message-Id: <20040105011030.4383b5b0.akpm@osdl.org> In-Reply-To: <1073294151.10221.792.camel@mentor.gurulabs.com> References: <20040105002056.43f423b1.akpm@osdl.org> <1073294151.10221.792.camel@mentor.gurulabs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Dax Kelson Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Wim Van Sebroeck List-ID: Dax Kelson wrote: > > > build error: > > CC [M] drivers/char/watchdog/amd7xx_tco.o > drivers/char/watchdog/amd7xx_tco.c: In function `amdtco_fop_write': > drivers/char/watchdog/amd7xx_tco.c:257: error: syntax error before "i" Sorry. This pooter, she be too slow for allyesconfig. diff -puN drivers/char/watchdog/amd7xx_tco.c~amd7xx_tco-fix drivers/char/watchdog/amd7xx_tco.c --- 25/drivers/char/watchdog/amd7xx_tco.c~amd7xx_tco-fix 2004-01-05 01:07:57.000000000 -0800 +++ 25-akpm/drivers/char/watchdog/amd7xx_tco.c 2004-01-05 01:08:24.000000000 -0800 @@ -253,7 +253,7 @@ static ssize_t amdtco_fop_write(struct f return -ESPIPE; if (len) { - if (!nowayout) + if (!nowayout) { size_t i; char c; expect_close = 0; _ -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: aart@kvack.org