Re: [U-Boot] [PATCH] mmc: Minor cleanup of sdhci.c

2014-01-09 Thread Pantelis Antoniou
ntelis Antoniou >> Subject: Re: [U-Boot] [PATCH] mmc: Minor cleanup of sdhci.c >> >> Hi, Darwin. >> >> I didn't think that "__func__" is needs...in my case. >> There isn't the duplicated message, anywhere. > > Hi Jaehoon, > > I t

Re: [U-Boot] [PATCH] mmc: Minor cleanup of sdhci.c

2013-12-29 Thread Darwin Rambo
> -Original Message- > From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] > Sent: Wednesday, December 25, 2013 11:32 PM > To: Darwin Rambo; u-boot@lists.denx.de > Cc: Pantelis Antoniou > Subject: Re: [U-Boot] [PATCH] mmc: Minor cleanup of sdhci.c > > Hi, Darwin.

Re: [U-Boot] [PATCH] mmc: Minor cleanup of sdhci.c

2013-12-25 Thread Jaehoon Chung
Hi, Darwin. I didn't think that "__func__" is needs...in my case. There isn't the duplicated message, anywhere. Best Regards, Jaehoon Chung On 12/20/2013 08:13 AM, Darwin Rambo wrote: > Fixup prints to show where the print is done from, and > a few minor formatting/grammar issues. > > Signed-of

[U-Boot] [PATCH] mmc: Minor cleanup of sdhci.c

2013-12-19 Thread Darwin Rambo
Fixup prints to show where the print is done from, and a few minor formatting/grammar issues. Signed-off-by: Darwin Rambo --- drivers/mmc/sdhci.c | 32 +++- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c ind