On Wed, Nov 5, 2025 at 8:24 PM Heinrich Schuchardt <[email protected]> wrote: > > blk_create_devicef() uses a copy of parameter name. > We can use a local variable. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > v2: > use local variable > --- > lib/efi_driver/efi_block_device.c | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

