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