ARM: tegra: suspend: Remove log spam
authorColin Cross <ccross@android.com>
Wed, 27 Oct 2010 23:17:40 +0000 (16:17 -0700)
committerColin Cross <ccross@android.com>
Fri, 29 Oct 2010 00:51:22 +0000 (17:51 -0700)
Change-Id: I6ad42216d74254351f050d2a895681e5f87f269e
Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/mach-tegra/suspend.c

index 38d5c0b55cc1527f58b0f0223e823929bd34daa7..0d9898de0c4bc66deb817e2fc72888c52acc8ae7 100644 (file)
@@ -680,7 +680,6 @@ void __init tegra_init_suspend(struct tegra_suspend_platform_data *plat)
        }
 
        tegra_context_area = kzalloc(CONTEXT_SIZE_BYTES * NR_CPUS, GFP_KERNEL);
-       pr_info("%s: %p\n", __func__, tegra_context_area);
 
        if (tegra_context_area && create_suspend_pgtable()) {
                kfree(tegra_context_area);