dm: core: Add logging when lists_bind_fdt() fails
authorSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 17:40:18 +0000 (10:40 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commit97e8684c84e40b04c07f6abb5f9cecedf315d0c5
tree08d6879c9d3fe98a60e9f824029c56c3b048b7b2
parent8a715530bb1f9522030757379415b174f3109951
dm: core: Add logging when lists_bind_fdt() fails

It is useful to see the error code when this fails. Add logging for this
function.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/lists.c