
18 Oct
2024
18 Oct
'24
4:57 p.m.
On Thu, 17 Oct 2024 at 19:30, Heinrich Schuchardt heinrich.schuchardt@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@canonical.com
lib/efi_driver/efi_block_device.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org