Re: 2.6.1-rc1-mm2

From: Andrew Morton
Date: Mon Jan 05 2004 - 04:11:30 EST


Dax Kelson <dax@xxxxxxxxxxxx> 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 from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/