commit | 2710c6f5651736b665f62a61685218d967ef0574 | [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 | bf2e7954ce5d073a2363058489e5f8955910857a [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>