[U-Boot] [PATCH 3/3] mmc: use the generic error number

Simon Glass sjg at chromium.org
Sat Jul 23 04:57:21 CEST 2016


On 19 July 2016 at 01:33, Jaehoon Chung <jh80.chung at samsung.com> wrote:
> Use the generic error number instead of specific error number.
> If use the generic error number, it can debug more easier.
>
> Signed-off-by: Jaehoon Chung <jh80.chung at samsung.com>
> ---
>  drivers/mmc/arm_pl180_mmci.c |  2 +-
>  drivers/mmc/bfin_sdh.c       | 10 +++++-----
>  drivers/mmc/davinci_mmc.c    | 11 ++++++-----
>  drivers/mmc/dw_mmc.c         |  8 ++++----
>  drivers/mmc/fsl_esdhc.c      | 13 +++++++------
>  drivers/mmc/ftsdc010_mci.c   | 10 +++++-----
>  drivers/mmc/gen_atmel_mci.c  | 10 +++++-----
>  drivers/mmc/mmc.c            | 18 +++++++++---------
>  drivers/mmc/mmc_spi.c        | 11 ++++++-----
>  drivers/mmc/mvebu_mmc.c      |  9 +++++----
>  drivers/mmc/mxcmmc.c         |  6 +++---
>  drivers/mmc/mxsmmc.c         | 18 +++++++++---------
>  drivers/mmc/omap_hsmmc.c     | 18 +++++++++---------
>  drivers/mmc/s3c_sdi.c        |  4 ++--
>  drivers/mmc/sdhci.c          |  8 ++++----
>  drivers/mmc/sh_mmcif.c       |  8 ++++----
>  drivers/mmc/sh_sdhi.c        |  6 +++---
>  drivers/mmc/sunxi_mmc.c      |  6 +++---
>  drivers/mmc/tegra_mmc.c      |  7 ++++---
>  drivers/mmc/uniphier-sd.c    |  2 +-
>  include/mmc.h                |  6 ------
>  21 files changed, 95 insertions(+), 96 deletions(-)

That's great!

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list