]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c
if Usb mass storage interface returns EFI_DEVICE_ERROR, we should jump out the loop...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 22 Jul 2009 02:01:41 +0000 (02:01 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 22 Jul 2009 02:01:41 +0000 (02:01 +0000)
commitc8148ea20dae60d91a6baf3ec5945750b2802bbd
treee32f3827462a195b2ef828b0046ee5b41ea4e134
parent58e4d800962d8b84ad122eceae8df2f6616f34fd
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().

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8977 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c