From: Huang Shijie Date: Fri, 28 Jun 2013 05:39:42 +0000 (+0800) Subject: serial: imx: remove the uart_console() check X-Git-Tag: v3.12-rc1~182^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cf93e0d5488e27270ece49e8c293d546140d144;p=pandora-kernel.git serial: imx: remove the uart_console() check The uart_console() check makes the clocks(clk_per and clk_ipg) opened even when we close the console uart. This patch enable/disable the clocks in imx_console_write(), so we can keep the clocks closed when the console uart is closed. Also remove the clock enable/disable oprations in the probe, we do not need them any more. Signed-off-by: Huang Shijie Acked-by: Shawn Guo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed