commit | c5fc2a39e80059c1b390a8d7165ece6f9856bff8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 29 11:35:06 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:17 2017 +0900 |
tree | cbf1548487a64507f93b6a8426358beb8bd1d6d9 | |
parent | d30e76c6e4e3a7dbbbf5fb3bf7cd858983c9a98d [diff] |
dm: sata: dw_sata: Pass uc_priv to internal functions With driver model sata_dev_desc[] does not exist. We still want to use the common code of this driver so update it to pass struct ahci_uc_priv * to each of these functions, instead of an integer which must be looked up in sata_dev_desc[]. Signed-off-by: Simon Glass <sjg@chromium.org>