]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Always enable recursion when calling ConnectController()
authorMichael Brown <mcb30@ipxe.org>
Thu, 1 Oct 2020 22:23:10 +0000 (23:23 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 1 Oct 2020 23:36:33 +0000 (00:36 +0100)
commitc70b3e04e86cefca335e36f883829d89583a6921
tree5e6c2e3c67ce11cc01b457c2d1f554e954fbc74c
parentfbb5989fd9a5ddbbde6e273c7bb3ba75ec9f1ebb
[efi] Always enable recursion when calling ConnectController()

There appears to be no reason for avoiding recursion when calling
ConnectController(), and recursion provides the least surprising
behaviour.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/interface/efi/efi_block.c
src/interface/efi/efi_driver.c