From: Thierry Reding Date: Fri, 3 Jul 2015 09:50:27 +0000 (+0200) Subject: soc/tegra: pmc: Remove unnecessary return statement X-Git-Tag: omap-for-v4.3/fixes-merge-window~7^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4466a6a418b96d6cb07ffb46cefa13df8f12ef;p=pandora-kernel.git soc/tegra: pmc: Remove unnecessary return statement Functions returning no value don't need an explicit return statement. Signed-off-by: Thierry Reding --- 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)