spi: Add a debug() on bind failure
authorSimon Glass <sjg@chromium.org>
Sun, 13 Nov 2016 21:22:05 +0000 (14:22 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 26 Nov 2016 00:59:30 +0000 (17:59 -0700)
commit28f98858759f546afc21f852f556ac648c08089f
tree639e693522707afee7c788e8971f196c585c4a25
parentb42524744d3c7ca015ec7702f3420104539491ac
spi: Add a debug() on bind failure

This is an uncommon error but we may as well have a debug() message when
it happens.

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