summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2012-10-26 14:12:15 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-02-12 10:46:53 -0700
commit913639497335e484e96e6caeda869454967fd80d (patch)
tree94b9abb0652df91d2146c28dd5a60da8a85da961
parenta2c7a9c8f8bb4a2f7e818f0f5fe0b43e770f6c21 (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;