Re: [U-Boot] [PATCH 1/4] drivers: omap_hsmmc: use an accessor to get the private data

2017-03-29 Thread Jaehoon Chung
Hi, On 03/23/2017 12:00 AM, Jean-Jacques Hiblot wrote: > 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 Applied on u-boot-mmc. Thanks! Best Regards, Jaehoon Chung > --- > drivers/mm

Re: [U-Boot] [PATCH 1/4] drivers: omap_hsmmc: use an accessor to get the private data

2017-03-22 Thread Tom Rini
On Wed, Mar 22, 2017 at 04:00:31PM +0100, Jean-Jacques Hiblot wrote: > 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 Reviewed-by: Tom Rini -- Tom signature.asc Description: Digit

[U-Boot] [PATCH 1/4] drivers: omap_hsmmc: use an accessor to get the private data

2017-03-22 Thread Jean-Jacques Hiblot
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 --- drivers/mmc/omap_hsmmc.c | 54 +--- 1 file changed, 33 insertions(+), 21 deletions(-) diff --gi