diff options
| author | Achal Verma <achalv@nvidia.com> | 2019-05-07 02:41:39 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2019-06-20 15:59:25 -0400 |
| commit | 59963d1b9b909469ed57836bb1385745e0f0f90f (patch) | |
| tree | 9c35d8d22d7ceae53c2c4caf4aebfbe86381cfa3 /drivers/clk | |
| parent | d9d7d70ee2b5ebc436185c9dac23529a282fe670 (diff) | |
[Handoff] Remove unwanted print.
Removed print complainig about "tegra-bpmp-emc-clk"
node not preset, as this is not required.
Bug 2566499
Change-Id: Icdf3c58f8dfd6d3d35c900fc13f13102ef20a7fb
Signed-off-by: Achal Verma <achalv@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2113497
(cherry picked from commit a0e54732a35495138dde717bc9fd9248e0c2ade1)
Reviewed-on: https://git-master.nvidia.com/r/2129316
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Dmitry Pervushin <dpervushin@nvidia.com>
Reviewed-by: Rahul Jain (SW-TEGRA) <rahuljain@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/clk')
| -rw-r--r-- | drivers/clk/tegra/clk-tegra-bpmp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/clk/tegra/clk-tegra-bpmp.c b/drivers/clk/tegra/clk-tegra-bpmp.c index aee32ae79..cc1afdd8a 100644 --- a/drivers/clk/tegra/clk-tegra-bpmp.c +++ b/drivers/clk/tegra/clk-tegra-bpmp.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved. | 2 | * Copyright (c) 2014-2019, NVIDIA CORPORATION. All rights reserved. |
| 3 | * | 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify it | 4 | * This program is free software; you can redistribute it and/or modify it |
| 5 | * under the terms and conditions of the GNU General Public License, | 5 | * under the terms and conditions of the GNU General Public License, |
| @@ -97,7 +97,6 @@ int __init tegra_bpmp_of_clk_init(void) | |||
| 97 | /* see if we have EMC proxy in DT */ | 97 | /* see if we have EMC proxy in DT */ |
| 98 | dn = of_find_compatible_node(NULL, NULL, "nvidia,tegra-bpmp-emc-clk"); | 98 | dn = of_find_compatible_node(NULL, NULL, "nvidia,tegra-bpmp-emc-clk"); |
| 99 | if (dn == NULL) { | 99 | if (dn == NULL) { |
| 100 | pr_info("%s: EMC proxy not found.\n", __func__); | ||
| 101 | goto out; | 100 | goto out; |
| 102 | } | 101 | } |
| 103 | emc_clk = of_clk_get(dn, 0); | 102 | emc_clk = of_clk_get(dn, 0); |
