summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:22:40 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:22:40 -0600
commit31db830dbaffc629f2d9538b6ec0e8870d5d7865 (patch)
tree5a2e751c4e4dc4fb1273eab7109145330c8d496f /drivers
parentfa16bef0231930e0c1aad2a06e2c3a761bad8854 (diff)
Bugzilla 533 - Fix "multi-times" message and prevent extra call to gpio_uart_active()
Patch for Bugzilla 533 - Fix "multi-times" message and prevent extra call to gpio_uart_active() in the linux 2.6.22 kernel for MX platforms. http://www.bitshrine.org/gpp/linux-2.6.22-mx-Bugzilla-533-Fix-multi-times-message-and-p.patch
Diffstat (limited to 'drivers')
-rw-r--r--drivers/serial/mxc_uart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/serial/mxc_uart.c b/drivers/serial/mxc_uart.c
index 642a5603c5c9..d37991442e0a 100644
--- a/drivers/serial/mxc_uart.c
+++ b/drivers/serial/mxc_uart.c
@@ -1682,7 +1682,6 @@ static int __init mxcuart_console_setup(struct console *co, char *options)
if (options != NULL) {
uart_parse_options(options, &baud, &parity, &bits, &flow);
}
- gpio_uart_active(umxc->port.line, umxc->ir_mode);
return uart_set_options(&umxc->port, co, baud, parity, bits, flow);
}