dm: core: Add logging on unbind failure
authorSimon Glass <sjg@chromium.org>
Sat, 28 Mar 2020 20:03:47 +0000 (14:03 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 16 Apr 2020 14:07:58 +0000 (08:07 -0600)
commit8474da946f58a127b2006c526ae6f9b5a968d422
tree8bfc9754215e9fbdf9701bd3efaa9b74e28c9ebe
parent0688b758a2c2d3c56dd46ceb6c78ebf29867cc57
dm: core: Add logging on unbind failure

This failure path is tricky to debug since it continues after failure and
there are a lot of error paths. Add logging to help.

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