diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2015-03-01 19:05:47 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-07 05:55:08 +0300 |
commit | f427c990e2d0fd30336b0c252aa7e38e4cffdea2 (patch) | |
tree | 06d687959478af10ea2e5344b11170dd15a80852 /drivers/tty | |
parent | 73abaf87f01be6fa6da3c0aa9c138a1b6b281068 (diff) | |
download | linux-f427c990e2d0fd30336b0c252aa7e38e4cffdea2.tar.xz |
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>
Diffstat (limited to 'drivers/tty')
0 files changed, 0 insertions, 0 deletions