commit | dadc4c0394b317cb0ed98c3733ad847c275dfb24 | [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 | 669ad849b56345973a5fd4e9632f8225ec34462e [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>