]> git.sur5r.net Git - u-boot/commit
dm: core: Add logging of some common errors
authorSimon Glass <sjg@chromium.org>
Mon, 11 Jun 2018 19:07:19 +0000 (13:07 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
commit31e60ffa05b0952be3df8f584155567afdee50bd
tree1638710fe4b9c8ff569479d9679ffd291fa459d2
parent964cadc445f1437e63f1d2b4fffd233ac053c6e6
dm: core: Add logging of some common errors

Add additional logging so that common errors when finding a device by
ofnode are easier to debug.

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