diff options
author | Thierry Reding <treding@nvidia.com> | 2015-07-03 05:50:27 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-08-13 10:49:43 -0400 |
commit | 4a4466a6a418b96d6cb07ffb46cefa13df8f12ef (patch) | |
tree | 8cffe0e50c8ac22813241500072ab8519ab274b0 /drivers/soc | |
parent | 7c9fd23ff12e04f36be5ae5ff5dfe72fb913f215 (diff) |
soc/tegra: pmc: Remove unnecessary return statement
Functions returning no value don't need an explicit return statement.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/tegra/pmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c index 0748174ed4e4..0add31180096 100644 --- a/drivers/soc/tegra/pmc.c +++ b/drivers/soc/tegra/pmc.c | |||
@@ -803,7 +803,6 @@ void tegra_pmc_init_tsense_reset(struct tegra_pmc *pmc) | |||
803 | 803 | ||
804 | out: | 804 | out: |
805 | of_node_put(np); | 805 | of_node_put(np); |
806 | return; | ||
807 | } | 806 | } |
808 | 807 | ||
809 | static int tegra_pmc_probe(struct platform_device *pdev) | 808 | static int tegra_pmc_probe(struct platform_device *pdev) |