Re: [U-Boot] [PATCH] mmc: dw_mmc: Clean up variable name

2019-09-17 Thread Michael Nazzareno Trimarchi
Hi On Mon, Sep 16, 2019 at 3:24 AM Peng Fan wrote: > > > Subject: [PATCH] mmc: dw_mmc: Clean up variable name > I will resend. Michael > Please at least write some commit message here. > > Thanks, > Peng. > > > > > Signed-off-by: Michael Trimarchi > > --- > > drivers/mmc/dw_mmc.c | 4 ++-- > >

Re: [U-Boot] [PATCH] mmc: dw_mmc: Clean up variable name

2019-09-15 Thread Peng Fan
> Subject: [PATCH] mmc: dw_mmc: Clean up variable name Please at least write some commit message here. Thanks, Peng. > > Signed-off-by: Michael Trimarchi > --- > drivers/mmc/dw_mmc.c | 4 ++-- > include/dwmmc.h | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git

[U-Boot] [PATCH] mmc: dw_mmc: Clean up variable name

2019-09-15 Thread Michael Trimarchi
Signed-off-by: Michael Trimarchi --- drivers/mmc/dw_mmc.c | 4 ++-- include/dwmmc.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c index ebe7bcdd90..e5b532a862 100644 --- a/drivers/mmc/dw_mmc.c +++ b/drivers/mmc/dw_mmc.c @