From: Pramod Gurav Date: Mon, 12 Jan 2015 13:45:32 +0000 (+0530) Subject: tty: serial: msm_serial: code cleanup in msm_console_setup X-Git-Tag: fixes-v4.0-rc1~98^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4daba33466a81197e65c1a86cc1e1d1ca4e70939;p=pandora-kernel.git tty: serial: msm_serial: code cleanup in msm_console_setup The change does following: - baud, flow, bits, parity were being overwritten as they were being reinitialized after parsing. Initialize them when they are declared so that user provided setting are not overwritten. - msm_set_baud_rate() is anyway called in uart_set_options when it calls msm_set_termios(). msm_reset() is called when we change the baud rate. Hence doing away with both of these calls. - CR_CMD_PROTECTION_EN and CR_TX_ENABLE settings are done in msm_set_baud_rate. So do away with this here. Signed-off-by: Pramod Gurav Reviewed-by: Stephen Boyd Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed