From a98fd00b2725b1c45674827025bbbaa4f25bb700 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Sun, 24 Oct 2010 16:10:31 -0700 Subject: [PATCH] ARM: tegra: Remove debugging from tegra_move_framebuffer Change-Id: I012b3b565faefe60e7ce581f748905d3baab6da4 Signed-off-by: Colin Cross --- arch/arm/mach-tegra/common.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c index 6cc0a00fc609..82bca0ccb223 100644 --- a/arch/arm/mach-tegra/common.c +++ b/arch/arm/mach-tegra/common.c @@ -180,8 +180,6 @@ void tegra_move_framebuffer(unsigned long to, unsigned long from, return; } - pr_info("%s: %08lx %08lx %08lx %p", __func__, to, from, size, to_io); - if (pfn_valid(page_to_pfn(phys_to_page(from)))) { for (i = 0 ; i < size; i += PAGE_SIZE) { page = phys_to_page(from + i); -- 2.34.1