From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <mikuback@linux.microsoft.com>, <devel@edk2.groups.io>
Cc: "'Jian J Wang'" <jian.j.wang@intel.com>,
"'Hao A Wu'" <hao.a.wu@intel.com>, "'Ray Ni'" <ray.ni@intel.com>
Subject: 回复: [PATCH v1 1/1] MdeModulePkg/XhciSched: Fix missing DEBUG arguments
Date: Thu, 4 Nov 2021 13:59:39 +0800 [thread overview]
Message-ID: <008801d7d141$27b51fe0$771f5fa0$@byosoft.com.cn> (raw)
In-Reply-To: <20211103151625.2992-1-mikuback@linux.microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> -----邮件原件-----
> 发件人: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
> 发送时间: 2021年11月3日 23:16
> 收件人: devel@edk2.groups.io
> 抄送: Jian J Wang <jian.j.wang@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Hao A Wu <hao.a.wu@intel.com>; Ray Ni
> <ray.ni@intel.com>
> 主题: [PATCH v1 1/1] MdeModulePkg/XhciSched: Fix missing DEBUG
> arguments
>
> From: Michael Kubacki <michael.kubacki@microsoft.com>
>
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3662
>
> Two DEBUG macros in XhciDxe/XhciSched.c are missing the argument
> that should be passed for the print specifier.
>
> In addition, this change updates the print level to "DEBUG_ERROR"
> and prints the status as well.
>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> ---
> MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c
> b/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c
> index 7cbc9a8502ea..6fcd2be6277c 100644
> --- a/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c
> +++ b/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c
> @@ -2299,7 +2299,7 @@ XhcInitializeDeviceSlot (
> DEBUG ((EFI_D_INFO, " Address %d assigned successfully\n",
> DeviceAddress));
> Xhc->UsbDevContext[SlotId].XhciDevAddr = DeviceAddress;
> } else {
> - DEBUG ((DEBUG_INFO, " Address %d assigned unsuccessfully\n"));
> + DEBUG ((DEBUG_ERROR, " Slot %d address not assigned
> successfully. Status = %r\n", SlotId, Status));
> XhcDisableSlotCmd (Xhc, SlotId);
> }
>
> @@ -2512,7 +2512,7 @@ XhcInitializeDeviceSlot64 (
> DEBUG ((EFI_D_INFO, " Address %d assigned successfully\n",
> DeviceAddress));
> Xhc->UsbDevContext[SlotId].XhciDevAddr = DeviceAddress;
> } else {
> - DEBUG ((DEBUG_INFO, " Address %d assigned unsuccessfully\n"));
> + DEBUG ((DEBUG_ERROR, " Slot %d address not assigned
> successfully. Status = %r\n", SlotId, Status));
> XhcDisableSlotCmd64 (Xhc, SlotId);
> }
>
> --
> 2.28.0.windows.1
next prev parent reply other threads:[~2021-11-04 5:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-03 15:16 [PATCH v1 1/1] MdeModulePkg/XhciSched: Fix missing DEBUG arguments Michael Kubacki
2021-11-04 0:31 ` Wu, Hao A
2021-11-04 5:59 ` gaoliming [this message]
2021-11-08 4:13 ` [edk2-devel] 回复: " Wu, Hao A
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='008801d7d141$27b51fe0$771f5fa0$@byosoft.com.cn' \
--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