mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/ScsiDiskDxe: Fix the build warning/error "unreachable statement"
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16190 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
831537d6ca
commit
23a2df7678
|
@ -1572,7 +1572,6 @@ CheckTargetStatus (
|
||||||
|
|
||||||
case EFI_EXT_SCSI_STATUS_TARGET_RESERVATION_CONFLICT:
|
case EFI_EXT_SCSI_STATUS_TARGET_RESERVATION_CONFLICT:
|
||||||
return EFI_DEVICE_ERROR;
|
return EFI_DEVICE_ERROR;
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return EFI_SUCCESS;
|
return EFI_SUCCESS;
|
||||||
|
|
Loading…
Reference in New Issue