]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: omap_hsmmc: use an accessor to get the private data
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Wed, 22 Mar 2017 15:00:31 +0000 (16:00 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 30 Mar 2017 05:19:31 +0000 (14:19 +0900)
commitae000e231e35ef6e1ec4f7a3e477cf4bef2cf189
treecd490e7d9012e72aaa382fbb615603eba75e92ff
parent5cf618ee60a752d058a767372ca1ecb8d9c09b16
mmc: omap_hsmmc: use an accessor to get the private data

For consistency, use an accessor to access the private data. Also for the
same reason, rename all priv_data to priv.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/mmc/omap_hsmmc.c