]> git.ipfire.org Git - thirdparty/u-boot.git/commit
dm: core: lists_bind_fdt: Indent continuation debug log message
authorMarkus Schneider-Pargmann (TI) <msp@baylibre.com>
Tue, 27 Jan 2026 11:03:38 +0000 (12:03 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 28 Jan 2026 15:20:59 +0000 (09:20 -0600)
commit87d7d8190f5cc17abc104f924e0f499fda2fd02e
treef82f785dffb53db1dcabcab2977025dcddb7ccdb
parent6668b8e7cc68ee287ef87e18aadc97bf88cea4db
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>
drivers/core/lists.c