From 23a2df76783ad7694918916f28e24cd1a1f84daf Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Tue, 30 Sep 2014 00:59:04 +0000 Subject: MdeModulePkg/ScsiDiskDxe: Fix the build warning/error "unreachable statement" Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin Reviewed-by: Feng Tian git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16190 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c b/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c index e5dd6b9c4d..b9ee43bb34 100644 --- a/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c +++ b/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c @@ -1572,7 +1572,6 @@ CheckTargetStatus ( case EFI_EXT_SCSI_STATUS_TARGET_RESERVATION_CONFLICT: return EFI_DEVICE_ERROR; - break; default: return EFI_SUCCESS; -- cgit v1.2.3