From: Evgeny Voevodin Date: Wed, 20 Jun 2012 06:00:39 +0000 (+0400) Subject: arch/arm/mach-exynos/mach-tizen.c: Remove useless printk. X-Git-Tag: 2.2.1_release^2~83^2~7^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=232ff9e4a201c017ee9ef1e4b0902f3a48182d74;p=sdk%2Femulator%2Femulator-kernel.git arch/arm/mach-exynos/mach-tizen.c: Remove useless printk. Signed-off-by: Evgeny Voevodin --- diff --git a/arch/arm/mach-exynos/mach-tizen.c b/arch/arm/mach-exynos/mach-tizen.c index 47672466e11d..fcbf38dc9532 100644 --- a/arch/arm/mach-exynos/mach-tizen.c +++ b/arch/arm/mach-exynos/mach-tizen.c @@ -1438,8 +1438,6 @@ void tizen_power_off(char mode, const char *cmd) /* Setting Central Sequence Register for power down mode */ - printk(KERN_EMERG "1\n"); - tmp = __raw_readl(S5P_CENTRAL_SEQ_CONFIGURATION); tmp &= ~S5P_CENTRAL_LOWPWR_CFG; __raw_writel(tmp, S5P_CENTRAL_SEQ_CONFIGURATION);