[PATCH 2/3] efi_driver: use blk_create_devicef()
Simon Glass
sjg at chromium.org
Fri Oct 18 16:57:16 CEST 2024
On Thu, 17 Oct 2024 at 19:30, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> 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 <heinrich.schuchardt at canonical.com>
> ---
> lib/efi_driver/efi_block_device.c | 8 +++-----
> 1 file changed, 3 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list