Re: [edk2] [Patch 1/2] MdeModulePkg: Make the DEBUG info consistent in SNP driver.

2016-02-04 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu -Original Message- From: Fu, Siyuan Sent: Friday, February 5, 2016 10:21 AM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Subramanian Sriram ; Wu, Jiaxin Subject: [Patch 1/2] MdeModulePkg: Make the DEBUG info consistent in SNP driver. SNP driver will print the UND

[edk2] [Patch 1/2] MdeModulePkg: Make the DEBUG info consistent in SNP driver.

2016-02-04 Thread Fu Siyuan
SNP driver will print the UNDI returned StatFlags:StatCode with DEBUG macro, while in some please it uses the reverse order (StatCode:StatFlags). This patch is to make the print info consistent, that StatFlags always come first. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by