commit | c16ad675d58e3e4b0ced00004ddef450dc62314a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 29 11:34:58 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:16 2017 +0900 |
tree | 4dc66b7260f599dca88133feb057ec7eca084c52 | |
parent | 09ed0d616d62f87bf854532e4e01950fbcd0bb42 [diff] |
dm: usb: Adjust the 'usb' command to use blk_common_cmd() Instead of having separate code in the 'usb' command, adjust it to use the common function. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>