From: Jiri Olsa Date: Fri, 11 Feb 2011 14:39:28 +0000 (+0100) Subject: tty,vt: fix VT_SETACTIVATE console switch X-Git-Tag: v2.6.39-rc1~470^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d637837583163a1a70331ce48097f697cac85e32;p=pandora-kernel.git tty,vt: fix VT_SETACTIVATE console switch using VT_SETACTIVATE ioctl for console switch did not work, since it put wrong param to the set_console function. Also ioctl returned misleading error, because of the missing break statement. I wonder anyone has ever used this one :). Signed-off-by: Jiri Olsa Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed