Re: [PATCH 3/3] efi: Drop unnecessary calls to blk_find_device()

2022-01-29 Thread Simon Glass
Hi Heinrich, On Mon, 24 Jan 2022 at 21:21, Heinrich Schuchardt wrote: > > On 1/22/22 02:16, Simon Glass wrote: > > When we have the block descriptor we can simply access the device. Drop > > the unnecessary function call. > > > > Signed-off-by: Simon Glass > > --- > > > >

Re: [PATCH 3/3] efi: Drop unnecessary calls to blk_find_device()

2022-01-24 Thread Heinrich Schuchardt
On 1/22/22 02:16, Simon Glass wrote: When we have the block descriptor we can simply access the device. Drop the unnecessary function call. Signed-off-by: Simon Glass --- lib/efi_loader/efi_device_path.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git

[PATCH 3/3] efi: Drop unnecessary calls to blk_find_device()

2022-01-21 Thread Simon Glass
When we have the block descriptor we can simply access the device. Drop the unnecessary function call. Signed-off-by: Simon Glass --- lib/efi_loader/efi_device_path.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/lib/efi_loader/efi_device_path.c