if Usb mass storage interface returns EFI_DEVICE_ERROR, we should jump out the loop...
commit27bbc11382011c17b45bade91324bb11930f0597
authortian, feng <eric_tian@tianocore.org>
Wed, 22 Jul 2009 02:01:41 +0000 (22 02:01 +0000)
committertian, feng <eric_tian@tianocore.org>
Wed, 22 Jul 2009 02:01:41 +0000 (22 02:01 +0000)
treee32f3827462a195b2ef828b0046ee5b41ea4e134
parentacb19113c5cdca405ac1e6972cd4ae391e94aa3a
if Usb mass storage interface returns EFI_DEVICE_ERROR, we should jump out the loop which is used to determine if the current block device supports GPT/Torito/MBR in Partition driver. This way can avoid Partition.start is interrupted by itself Partition.stop().
MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c