aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-07-03 05:50:27 -0400
committerThierry Reding <treding@nvidia.com>2015-08-13 10:49:43 -0400
commit4a4466a6a418b96d6cb07ffb46cefa13df8f12ef (patch)
tree8cffe0e50c8ac22813241500072ab8519ab274b0 /drivers/soc
parent7c9fd23ff12e04f36be5ae5ff5dfe72fb913f215 (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.c1
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
804out: 804out:
805 of_node_put(np); 805 of_node_put(np);
806 return;
807} 806}
808 807
809static int tegra_pmc_probe(struct platform_device *pdev) 808static int tegra_pmc_probe(struct platform_device *pdev)