Skip to content
Commit 61d130f2 authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

efi/libstub: Cast away type warning in use of max()

Avoid a type mismatch warning in max() by switching to max_t() and
providing the type explicitly.

Fixes: 3cb4a482

 ("efi/libstub: fix efi_random_alloc() ...")
Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent d21f5a59
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment