mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-02-27 11:01:03 +01:00
dm: core: lists_bind_fdt: Indent continuation debug log message
The loop in lists_bind_fdt uses an indented style for log messages within the loop and normal messages for errors that lead to the exit of the function. Due to the change of the previous patch that adds support for continuation on -ENODEV returned by bind, the log message should be indented. Signed-off-by: Markus Schneider-Pargmann (TI) <msp@baylibre.com>
This commit is contained in:
parent
6668b8e7cc
commit
87d7d8190f
@ -266,7 +266,7 @@ int lists_bind_fdt(struct udevice *parent, ofnode node, struct udevice **devp,
|
||||
id ? id->data : 0, node,
|
||||
&dev);
|
||||
if (!drv && ret == -ENODEV) {
|
||||
log_debug("Driver '%s' refuses to bind\n", entry->name);
|
||||
log_debug(" - Driver '%s' refuses to bind\n", entry->name);
|
||||
continue;
|
||||
}
|
||||
if (ret) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user