提交 6514bfc2 编写于 作者: S Stefan Roese 提交者: Tom Rini

fit: Add missing CR in debug output in fit_find_config_node()

Testing has shown that a line-break is missing in one debug line in
fit_find_config_node().
Signed-off-by: NStefan Roese <sr@denx.de>
上级 711720a0
......@@ -73,7 +73,7 @@ int fit_find_config_node(const void *fdt)
}
if (dflt_conf_node != -ENOENT) {
debug("Selecting default config '%s'", dflt_conf_desc);
debug("Selecting default config '%s'\n", dflt_conf_desc);
return dflt_conf_node;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册