From c9e51870fc0ca7340b84c820b499c0d5168e22e9 Mon Sep 17 00:00:00 2001 From: cwz Date: Tue, 26 Apr 2011 20:56:33 -0700 Subject: [PATCH] close gpio pull state output for system quickly suspend. --- arch/arm/mach-rk29/pm.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-rk29/pm.c b/arch/arm/mach-rk29/pm.c index 1d8958fae63c..3a02514ef884 100755 --- a/arch/arm/mach-rk29/pm.c +++ b/arch/arm/mach-rk29/pm.c @@ -385,8 +385,11 @@ static int rk29_pm_enter(suspend_state_t state) // dump GPIO INTEN for debug dump_inten(); // dump GPIO PULL state for debug + //if you want to display the information, please enable the code. +#if 0 dump_io_pull(); - +#endif + printch('0'); #ifdef CONFIG_RK29_PWM_REGULATOR -- 2.34.1