summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2012-10-26 14:12:15 -0700
committerTroy Kisky <troy.kisky@boundarydevices.com>2012-10-26 14:12:15 -0700
commit6e8063459edd2e827173083bb4f1e7bea14ed104 (patch)
treef213a5ba005c5f9dcdc613f1ebfc01d2e49702c9
parent85f9e50441f0e9ccc4924531cdd05b164a5fb232 (diff)
mxc_uart_early: don't call clk_disable
-rw-r--r--drivers/tty/serial/mxc_uart_early.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/mxc_uart_early.c b/drivers/tty/serial/mxc_uart_early.c
index ffa3660b6b1e..443dff5600b8 100644
--- a/drivers/tty/serial/mxc_uart_early.c
+++ b/drivers/tty/serial/mxc_uart_early.c
@@ -183,7 +183,7 @@ int __init mxc_early_uart_console_disable(void)
if (mxc_early_uart_console.index >= 0) {
unregister_console(&mxc_early_uart_console);
iounmap(port->membase);
- clk_disable(device->clk);
+// clk_disable(device->clk);
clk_put(device->clk);
}
return 0;