From: Jiri Slaby Date: Thu, 14 Jul 2011 12:35:11 +0000 (+0200) Subject: TTY: msm_serial, remove unneeded console set X-Git-Tag: v3.2-rc1~170^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e150c4ccbe7246c27b5208599fe9f6677c93b5fe;p=pandora-kernel.git TTY: msm_serial, remove unneeded console set It doesn't make sense to set console to uart_port in console->setup. At that time the console is set by uart_add_one_port already. The call chain looked like: uart_add_one_port() uport->cons = drv->cons; <= once uart_configure_port() register_console() console->setup() port->cons = co; <= second time Signed-off-by: Jiri Slaby Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed