From: Anton Blanchard Signed-off-by: Anton Blanchard Signed-off-by: Andrew Morton --- 25-akpm/drivers/char/hvc_console.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/hvc_console.c~hvc-uninitialised-variable drivers/char/hvc_console.c --- 25/drivers/char/hvc_console.c~hvc-uninitialised-variable 2004-09-11 17:15:51.157192872 -0700 +++ 25-akpm/drivers/char/hvc_console.c 2004-09-11 17:15:51.161192264 -0700 @@ -801,7 +801,7 @@ int hvc_instantiate(uint32_t vtermno, in void hvc_console_print(struct console *co, const char *b, unsigned count) { char c[16] __ALIGNED__; - unsigned i, n = 0; + unsigned i = 0, n = 0; int r, donecr = 0; /* Console access attempt outside of acceptable console range. */ _