]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm: tegra: pm: move err print to debug print
authorBibek Basu <bbasu@nvidia.com>
Mon, 12 May 2014 07:25:54 +0000 (12:55 +0530)
committerMatthew Pedro <mapedro@nvidia.com>
Tue, 13 May 2014 15:15:44 +0000 (08:15 -0700)
Unwanted print, that too with err level is moved
to debug level

Bug 1501662

Change-Id: I0fbfa966ab69ec40dd4a218e4e03226ab197a8da
Signed-off-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-on: http://git-master/r/408038
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
arch/arm/mach-tegra/pm.c

index 51cc64fcfaaa91daa04315e495efb53abbbc8b4f..525f575d4e6c04b24caaa9a5cb8e9de561f471fc 100644 (file)
@@ -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);