commit | 8e659a2cd1509b60d3ca6f7718933eedb00b7c5c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 04 13:31:24 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Tue Aug 01 11:58:01 2017 +0900 |
tree | d3947aaef2c1440eebd0549f49dd7dd69e0058a2 | |
parent | 3f19fbf9ae75ca8f97d0a2cb1de0d53a58d8a9e1 [diff] |
dm: mmc: sunxi: Rename mmchost to priv Use the driver-model naming convention for this structure. It is data private to the driver so the local variable should be called 'priv'. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>