]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
platform: tegra: pmc: silent debug print
authorBibek Basu <bbasu@nvidia.com>
Sat, 31 Oct 2015 21:03:53 +0000 (02:33 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Thu, 19 Nov 2015 07:33:42 +0000 (23:33 -0800)
pcm prod list not found list is made a
debug print as its not a mandatory error

Bug 200137939

Change-Id: I8b5523e015325ad940ff29b2b7ba1cad69d2d845
Signed-off-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-on: http://git-master/r/825874
(cherry picked from commit 5c9397de732d50acaf879ca1a77823a16410ac6e)
Reviewed-on: http://git-master/r/826864
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
drivers/platform/tegra/pmc.c

index b28c2c17db4db564d564a8dfec5762db18227b3f..55efc0ecf4f185c3983fae576b15b2f830994185 100644 (file)
@@ -658,7 +658,7 @@ static int __init tegra_pmc_init(void)
                prod_list = tegra_prod_get(&tegra_pmc_dev, NULL);
                if (IS_ERR(prod_list)) {
                        ret = PTR_ERR(prod_list);
-                       dev_info(&tegra_pmc_dev, "prod list not found: %d\n",
+                       dev_dbg(&tegra_pmc_dev, "prod list not found: %d\n",
                                ret);
                        prod_list = NULL;
                } else {