All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/3] mmc: use the generic error number
Date: Mon, 25 Jul 2016 11:32:24 +0900	[thread overview]
Message-ID: <57957A38.9010209@samsung.com> (raw)
In-Reply-To: <CAPnjgZ3gMj2s_sAdknwrL8h4qm77+Rs7eHnUYRFD-+i6KSz5oA@mail.gmail.com>

On 23/07/16 11:57, Simon Glass wrote:
> On 19 July 2016 at 01:33, Jaehoon Chung <jh80.chung@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@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@chromium.org>

looks good to me.

Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>

  reply	other threads:[~2016-07-25  2:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-19  7:33 [U-Boot] [PATCH 1/3] mmc: dw_mmc: remove the duplicated header file Jaehoon Chung
2016-07-19  7:33 ` [U-Boot] [PATCH 2/3] mmc: fsl_esdhc: remove the duplcated " Jaehoon Chung
2016-07-23  2:57   ` Simon Glass
2016-08-05  2:26   ` [U-Boot] [U-Boot, " Jaehoon Chung
2016-07-19  7:33 ` [U-Boot] [PATCH 3/3] mmc: use the generic error number Jaehoon Chung
2016-07-23  2:57   ` Simon Glass
2016-07-25  2:32     ` Minkyu Kang [this message]
2016-08-05  2:26   ` [U-Boot] [U-Boot,3/3] " Jaehoon Chung
2016-07-23  2:57 ` [U-Boot] [PATCH 1/3] mmc: dw_mmc: remove the duplicated header file Simon Glass
2016-08-05  2:25 ` [U-Boot] [U-Boot, " Jaehoon Chung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57957A38.9010209@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.