On Thu, 17 Oct 2024 at 19:30, Heinrich Schuchardt <[email protected]> wrote: > > The EFI block device driver is the only user of blk_create_device() outside > the block device uclass. Use blk_create_devicef() instead like other block > device drivers. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > lib/efi_driver/efi_block_device.c | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

