mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
ARM: tegra: Remove debugging from tegra_move_framebuffer
Change-Id: I012b3b565faefe60e7ce581f748905d3baab6da4 Signed-off-by: Colin Cross <ccross@android.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user