console: Preserve index after console setup()
authorPeter Hurley <peter@hurleysoftware.com>
Sun, 1 Mar 2015 16:05:47 +0000 (11:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Mar 2015 02:55:08 +0000 (03:55 +0100)
commitf427c990e2d0fd30336b0c252aa7e38e4cffdea2
tree06d687959478af10ea2e5344b11170dd15a80852
parent73abaf87f01be6fa6da3c0aa9c138a1b6b281068
console: Preserve index after console setup()

Before register_console() calls the setup() method of the matched
console, the registering console index is already equal to the index
from the console command line; ie. newcon->index == c->index.

This change is also required to support extensible console matching;
(the command line index may have no relation to the console index
assigned by the console-defined match() function).

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/printk/printk.c