summaryrefslogtreecommitdiff
path: root/drivers/soc/tegra
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-07-03 11:50:27 +0200
committerThierry Reding <treding@nvidia.com>2015-08-13 16:49:43 +0200
commit4a4466a6a418b96d6cb07ffb46cefa13df8f12ef (patch)
tree8cffe0e50c8ac22813241500072ab8519ab274b0 /drivers/soc/tegra
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/tegra')
-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)
out:
of_node_put(np);
- return;
}
static int tegra_pmc_probe(struct platform_device *pdev)