efi_loader: factor out efi_check_register_notify_event()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 29 May 2019 05:46:33 +0000 (07:46 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 31 May 2019 21:27:11 +0000 (23:27 +0200)
commitb8abd743ff1669e07e4e022e5793720d875d8e13
tree41e4dde519d29ec4358386ba57b29ecef3def758
parent8eee1d3ec6776d84e8b45d346e73734456518017
efi_loader: factor out efi_check_register_notify_event()

The code to check if a registration key is a valid key returned by
RegisterProtocolNotify() can be reused. So let us factor it out into a new
function efi_check_register_notify_event().

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