From: Erik Gilling Date: Thu, 16 Sep 2010 23:18:10 +0000 (-0700) Subject: [ARM] tegra: remove debug printing in stingray-panel early suspend/resume X-Git-Tag: firefly_0821_release~9834^2~552 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c9b24d28c218972b5ecf4bf2888b37e5b95172f1;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: remove debug printing in stingray-panel early suspend/resume Change-Id: I3a0d125456aa6e47dc28e05a925fc8d8133cdbe1 Signed-off-by: Erik Gilling --- 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