update code to eliminate the wrong assumption that pci address is equal to host address in all archs.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9339 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -561,7 +561,7 @@ EhcInitHC (
|
||||
// Allocate the periodic frame and associated memeory
|
||||
// management facilities if not already done.
|
||||
//
|
||||
if (Ehc->PeriodFrame != NULL) {
|
||||
if (Ehc->PeriodFrameHost != NULL) {
|
||||
EhcFreeSched (Ehc);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user