提交 e0f01399 编写于 作者: M Marek Szyprowski 提交者: Mauro Carvalho Chehab

[media] exynos-gsc: Add missing newline char in debug messages

Fix missing newline char in debug messages.
Signed-off-by: NMarek Szyprowski <m.szyprowski@samsung.com>
Tested-by: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 d641cf26
......@@ -1151,7 +1151,7 @@ static int gsc_runtime_resume(struct device *dev)
struct gsc_dev *gsc = dev_get_drvdata(dev);
int ret = 0;
pr_debug("gsc%d: state: 0x%lx", gsc->id, gsc->state);
pr_debug("gsc%d: state: 0x%lx\n", gsc->id, gsc->state);
ret = clk_prepare_enable(gsc->clock);
if (ret)
......@@ -1173,7 +1173,7 @@ static int gsc_runtime_suspend(struct device *dev)
if (!ret)
clk_disable_unprepare(gsc->clock);
pr_debug("gsc%d: state: 0x%lx", gsc->id, gsc->state);
pr_debug("gsc%d: state: 0x%lx\n", gsc->id, gsc->state);
return ret;
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册