]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_driver: use blk_create_devicef()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 18 Oct 2024 01:30:14 +0000 (03:30 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 18 Oct 2024 15:05:19 +0000 (17:05 +0200)
commit640c6c6cbaafa1b049118d431cf218d9dce3cdd8
treea436284dde2fcfc4a47e1a74762dea90b35a7474
parent76a692a2ca6acb1f644872289efd84997df429fb
efi_driver: use blk_create_devicef()

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@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/efi_driver/efi_block_device.c