Re: [U-Boot] [PATCH v2 2/2] mmc: sdhci: use the generic error number

2016-10-10 Thread Jaehoon Chung
On 09/27/2016 09:33 AM, Simon Glass wrote: > On 25 September 2016 at 17:10, Jaehoon Chung wrote: >> Use the generic error number instead of meaningless value. >> >> Signed-off-by: Jaehoon Chung >> --- >> Changelog for V2: >> - Fix the

Re: [U-Boot] [PATCH v2 2/2] mmc: sdhci: use the generic error number

2016-09-26 Thread Simon Glass
On 25 September 2016 at 17:10, Jaehoon Chung wrote: > Use the generic error number instead of meaningless value. > > Signed-off-by: Jaehoon Chung > --- > Changelog for V2: > - Fix the missed error number > - Add the other controller

[U-Boot] [PATCH v2 2/2] mmc: sdhci: use the generic error number

2016-09-25 Thread Jaehoon Chung
Use the generic error number instead of meaningless value. Signed-off-by: Jaehoon Chung --- Changelog for V2: - Fix the missed error number - Add the other controller (bcm2835_sdhci, ftsdc021_sdhc) drivers/mmc/bcm2835_sdhci.c | 2 +-