]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Assign the correct value to ShellStatus
authorGary Lin <glin@suse.com>
Wed, 7 Dec 2016 03:40:51 +0000 (11:40 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Fri, 9 Dec 2016 02:10:39 +0000 (10:10 +0800)
commit69f6787b0da682d21a1054af307e7e0c6fadd043
tree8a7bf08b8230cf323996f5d6a3f90db467a14392
parent528d74e61536ce73e577a65052c790bb9180e5d0
ShellPkg: Assign the correct value to ShellStatus

Since the type of ShellStatus is SHELL_STATUS, we should use
SHELL_INVALID_PARAMETER instead of EFI_INVALID_PARAMETER.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Cc: Zhang Lubo <lubo.zhang@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Zhang Lubo <lubo.zhang@intel.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c