dm: usb: Remove no longer needed blk_unbind_all()
authorBin Meng <bmeng.cn@gmail.com>
Sun, 1 Oct 2017 13:19:43 +0000 (06:19 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 1 Oct 2017 14:32:51 +0000 (16:32 +0200)
commitad0a9378bf5cc9280e117b7db94b6bfa1b6e8e76
tree27bf32e13161a6c9ba7f14f872be2d9ccc4f9353
parentd4efefe32ea8a45b7b30f4769b3928c28e181c73
dm: usb: Remove no longer needed blk_unbind_all()

With the root hub unbinding in usb_stop(), there is no need to do
a blk uclass specific unbind operation.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
drivers/usb/host/usb-uclass.c