Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c17a6163 authored by Sylwester Nawrocki's avatar Sylwester Nawrocki
Browse files

clk: samsung: clk-exynos-audss: Whitespace and debug trace cleanup



There is no need to log probe() completion in normal conditions
so the "setup completed" log is removed.

Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
parent 2ec865b7
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -253,9 +253,6 @@ static int exynos_audss_clk_probe(struct platform_device *pdev)
#ifdef CONFIG_PM_SLEEP
	register_syscore_ops(&exynos_audss_clk_syscore_ops);
#endif

	dev_info(&pdev->dev, "setup completed\n");

	return 0;

unregister: