ARM: tegra: Remove debugging from tegra_move_framebuffer
authorColin Cross <ccross@android.com>
Sun, 24 Oct 2010 23:10:31 +0000 (16:10 -0700)
committerColin Cross <ccross@android.com>
Tue, 26 Oct 2010 01:46:20 +0000 (18:46 -0700)
Change-Id: I012b3b565faefe60e7ce581f748905d3baab6da4
Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/mach-tegra/common.c

index 6cc0a00fc6090643b013c0f6df76456a4534f966..82bca0ccb223cde4e20efb97d6028cdcab507b58 100644 (file)
@@ -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);