From: Peter Hurley Date: Sun, 1 Mar 2015 16:05:47 +0000 (-0500) Subject: console: Preserve index after console setup() X-Git-Tag: omap-for-v4.1/fixes-rc1~74^2~77^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f427c990e2d0fd30336b0c252aa7e38e4cffdea2;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed