Re: [PATCH] trivial fix for warning in kernel/power/console.c

From: Andrew Morton
Date: Thu Oct 07 2004 - 18:14:48 EST


Ian Campbell <icampbell@xxxxxxxxx> wrote:
>
> orig_fgconsole and orig_kmsg are only used in kernel/power/console.c if
> SUSPEND_CONSOLE is defined.
>
> Signed-off-by: Ian Campbell <icampbell@xxxxxxxxx>
>
> Index: 2.6-bk/kernel/power/console.c
> ===================================================================
> --- 2.6-bk.orig/kernel/power/console.c 2004-10-07 14:47:25.764724497 +0100
> +++ 2.6-bk/kernel/power/console.c 2004-10-07 14:47:54.241016791 +0100
> @@ -11,7 +11,9 @@
>
> static int new_loglevel = 10;
> static int orig_loglevel;
> +#ifdef SUSPEND_CONSOLE
> static int orig_fgconsole, orig_kmsg;
> +#endif

Not only that, orig_kmsg is assigned to but never read from.


-
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/