commit | ad0a9378bf5cc9280e117b7db94b6bfa1b6e8e76 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Oct 01 06:19:43 2017 -0700 |
committer | Marek Vasut <marex@denx.de> | Sun Oct 01 16:32:51 2017 +0200 |
tree | 27bf32e13161a6c9ba7f14f872be2d9ccc4f9353 | |
parent | d4efefe32ea8a45b7b30f4769b3928c28e181c73 [diff] |
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>