summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/pm.c')
-rw-r--r--arch/arm/mach-tegra/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/pm.c b/arch/arm/mach-tegra/pm.c
index 51cc64fcfaaa..525f575d4e6c 100644
--- a/arch/arm/mach-tegra/pm.c
+++ b/arch/arm/mach-tegra/pm.c
@@ -1660,7 +1660,7 @@ void __init tegra_init_suspend(struct tegra_suspend_platform_data *plat)
/* create the pdata from DT information */
pm_dat = tegra_get_pm_data();
if (pm_dat) {
- pr_err("PMC dt information non-NULL %s\n", __func__);
+ pr_debug("PMC dt information non-NULL %s\n", __func__);
is_board_pdata = false;
pdata = kzalloc(sizeof(struct tegra_suspend_platform_data),
GFP_KERNEL);