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