public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Marcin Wojtas <mw@semihalf.com>
To: Feng Tian <feng.tian@intel.com>
Cc: edk2-devel-01 <edk2-devel@lists.01.org>,
	Jan Dabros <jsd@semihalf.com>,  Star Zeng <star.zeng@intel.com>
Subject: Re: [patch] MdeModulePkg/SdMmc: Fix build failure caused by last check-in
Date: Thu, 1 Dec 2016 15:40:36 +0100	[thread overview]
Message-ID: <CAPv3WKduaAo=+G5a8xhx5yEKftAJ_3dpYGWHQsr3araZgmJJXQ@mail.gmail.com> (raw)
In-Reply-To: <ff8b27c60694f492f478fce556ca2cd468e7096b.1480581687.git.feng.tian@intel.com>

Hi Feng,

You are right. Sorry for the mistake.

Best regards,
Marcin

2016-12-01 9:41 GMT+01:00 Feng Tian <feng.tian@intel.com>:
> The commit e27cca has a typo on DEBUG level macro. And this debug
> message should be DEBUG_INFO rather than DEBUG_ERROR.
>
> Cc: Jan Dabros <jsd@semihalf.com>
> Cc: Marcin Wojtas <mw@semihalf.com>
> Cc: Star Zeng <star.zeng@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Feng Tian <feng.tian@intel.com>
> ---
>  MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c b/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c
> index 4c1b5c8..23faec5 100644
> --- a/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c
> +++ b/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c
> @@ -638,7 +638,7 @@ SdMmcPciHcDriverBindingStart (
>      if (EFI_ERROR (Status) && (Status != EFI_MEDIA_CHANGED)) {
>        continue;
>      } else if (!MediaPresent) {
> -      DEBUG ((EFI_ERROR, "SdMmcHcCardDetect: No device attached in Slot[%d]!!!\n", Slot));
> +      DEBUG ((DEBUG_INFO, "SdMmcHcCardDetect: No device attached in Slot[%d]!!!\n", Slot));
>        continue;
>      }
>
> --
> 2.7.1.windows.2
>


  reply	other threads:[~2016-12-01 14:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-01  8:41 [patch] MdeModulePkg/SdMmc: Fix build failure caused by last check-in Feng Tian
2016-12-01 14:40 ` Marcin Wojtas [this message]
2016-12-02  1:44 ` Zeng, Star

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-list 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='CAPv3WKduaAo=+G5a8xhx5yEKftAJ_3dpYGWHQsr3araZgmJJXQ@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox