]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: simplify efi_allocate_pages()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 May 2019 06:43:30 +0000 (08:43 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 May 2019 18:54:22 +0000 (20:54 +0200)
commit33cad9b634ed94b59426b503c9b3a8d12b7fced8
tree70300d8a80ecab5064639e38befe21d02a8c9f87
parent220e53183e87aa41011627ce6cd7921e38f82bf4
efi_loader: simplify efi_allocate_pages()

Replace unnecessary control structures by using return statements.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_memory.c