Skip to content

Commit

Permalink
soc/tegra: pmc: Remove unnecessary return statement
Browse files Browse the repository at this point in the history
Functions returning no value don't need an explicit return statement.

Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Thierry Reding committed Aug 13, 2015
1 parent 7c9fd23 commit 4a4466a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/soc/tegra/pmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a4466a

Please sign in to comment.