Re: [edk2] [patch v2] MdeModulePkg/Xhci: Change short packet debug message to verbose level

2016-10-31 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Tian, Feng Sent: Monday, October 31, 2016 1:28 PM To: edk2-devel@lists.01.org Cc: Zeng, Star Subject: [patch v2] MdeModulePkg/Xhci: Change short packet debug message to verbose level Short Packet case is a normal case, we shouldn't print

[edk2] [patch v2] MdeModulePkg/Xhci: Change short packet debug message to verbose level

2016-10-30 Thread Feng Tian
Short Packet case is a normal case, we shouldn't print it as an error compared with v1, this patch addes the same fix in XhciPei. Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Feng Tian --- MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 2 +- MdeModulePkg/Bus