]> git.proxmox.com Git - mirror_edk2.git/commit
ISA Bus driver code scrub. Fix a bug in Stop() that CloseProtocol() on PCI IO Protoco...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 11 Jun 2009 10:24:50 +0000 (10:24 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 11 Jun 2009 10:24:50 +0000 (10:24 +0000)
commit9277fdf8e7e6e5192f723f31fd205a9297c6a0aa
treefb6ca3ebcb83551ff6c782a2de5065707d4011fd
parent94ca8fffcbf05cf3f06e7f080296b2b59829c2f7
ISA Bus driver code scrub. Fix a bug in Stop() that CloseProtocol() on PCI IO Protocol fails because the child device handle is invalid after UninstallMultipleProtocolInterfaces() is called to destroy the child device handle.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8532 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c