projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce5c80a
)
arch/arm/mach-exynos/mach-tizen.c: Remove useless printk.
author
Evgeny Voevodin
<e.voevodin@samsung.com>
Wed, 20 Jun 2012 06:00:39 +0000
(10:00 +0400)
committer
Evgeny Voevodin
<e.voevodin@samsung.com>
Fri, 14 Sep 2012 05:42:21 +0000
(09:42 +0400)
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
arch/arm/mach-exynos/mach-tizen.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos/mach-tizen.c
b/arch/arm/mach-exynos/mach-tizen.c
index 47672466e11d2dfe8040cec9dca78590c4f109ce..fcbf38dc9532eeba95a9858fe1600472cebaacaa 100644
(file)
--- 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);