Browse Source

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>
Thierry Reding 10 years ago
parent
commit
4a4466a6a4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/soc/tegra/pmc.c

+ 0 - 1
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)