ARM: tegra: Remove debugging from tegra_move_framebuffer

Change-Id: I012b3b565faefe60e7ce581f748905d3baab6da4
Signed-off-by: Colin Cross <ccross@android.com>
This commit is contained in:
Colin Cross
2010-10-24 16:10:31 -07:00
parent 62cd11583c
commit a98fd00b27

View 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);