]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
efi/x86: Fix cast of image argument
authorArvind Sankar <nivedita@alum.mit.edu>
Sun, 8 Mar 2020 08:08:58 +0000 (09:08 +0100)
committerIngo Molnar <mingo@kernel.org>
Sun, 8 Mar 2020 09:00:08 +0000 (10:00 +0100)
commit0347d8c28cbbfd92527bad05931a458dbd62dc79
treeaf89b580add9dd678d879a3fabd2031b2f101460
parentac82d356994dd24616a59a95c575543aab44a00b
efi/x86: Fix cast of image argument

handle_protocol() expects void **, not void *.

Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200305143642.820865-1-nivedita@alum.mit.edu
Link: https://lore.kernel.org/r/20200308080859.21568-28-ardb@kernel.org
drivers/firmware/efi/libstub/x86-stub.c