Make USB Stack code pass ECC tool check.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5405 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1640,7 +1640,7 @@ FREE_POOL:
|
||||
gBS->FreePool (Ehc);
|
||||
|
||||
CLOSE_PCIIO:
|
||||
if (PciAttributesSaved == TRUE) {
|
||||
if (PciAttributesSaved) {
|
||||
//
|
||||
// Restore original PCI attributes
|
||||
//
|
||||
|
Reference in New Issue
Block a user