]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: mmc: sunxi: Rename mmchost to priv
authorSimon Glass <sjg@chromium.org>
Tue, 4 Jul 2017 19:31:24 +0000 (13:31 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 1 Aug 2017 02:58:01 +0000 (11:58 +0900)
commit3f5af12a5d24756dce661b0bc34c05f0fe1715aa
treed3947aaef2c1440eebd0549f49dd7dd69e0058a2
parente3c794e2faf34a025a3975883440fcacf110ebb6
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>
drivers/mmc/sunxi_mmc.c