From c9b24d28c218972b5ecf4bf2888b37e5b95172f1 Mon Sep 17 00:00:00 2001 From: Erik Gilling Date: Thu, 16 Sep 2010 16:18:10 -0700 Subject: [PATCH] [ARM] tegra: remove debug printing in stingray-panel early suspend/resume Change-Id: I3a0d125456aa6e47dc28e05a925fc8d8133cdbe1 Signed-off-by: Erik Gilling --- arch/arm/mach-tegra/board-stingray-panel.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/mach-tegra/board-stingray-panel.c b/arch/arm/mach-tegra/board-stingray-panel.c index d00b5cae4658..7244bf1bf9b4 100644 --- a/arch/arm/mach-tegra/board-stingray-panel.c +++ b/arch/arm/mach-tegra/board-stingray-panel.c @@ -320,16 +320,12 @@ static void stingray_panel_early_suspend(struct early_suspend *h) { if (num_registered_fb > 0) fb_blank(registered_fb[0], FB_BLANK_POWERDOWN); - - pr_info("KONK: early_suspend\n"); } static void stingray_panel_late_resume(struct early_suspend *h) { if (num_registered_fb > 0) fb_blank(registered_fb[0], FB_BLANK_UNBLANK); - - pr_info("KONK: late_resume\n"); } #endif -- 2.34.1