]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Universal/Network/SnpDxe/Get_status.c
MdeModulePkg: Make the DEBUG info consistent in SNP driver.
authorFu Siyuan <siyuan.fu@intel.com>
Fri, 5 Feb 2016 02:15:37 +0000 (10:15 +0800)
committerFu Siyuan <siyuan.fu@intel.com>
Wed, 17 Feb 2016 00:50:54 +0000 (08:50 +0800)
commit1e7b3ef63a16aa95261ca179727888245f506cbd
treee3e7c61e36ab856616d71f01a6f57e7a4554b96c
parent868d614a85322f05b09ed50923799fc978f4952a
MdeModulePkg: Make the DEBUG info consistent in SNP driver.

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: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
MdeModulePkg/Universal/Network/SnpDxe/Get_status.c
MdeModulePkg/Universal/Network/SnpDxe/Stop.c