提交 4a4466a6 编写于 作者: T Thierry Reding

soc/tegra: pmc: Remove unnecessary return statement

Functions returning no value don't need an explicit return statement.
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 7c9fd23f
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册