Re: [PATCH 1/1] efi_loader: remove duplicate assignment

2023-04-02 Thread Ilias Apalodimas
On Sun, 2 Apr 2023 at 05:38, Simon Glass wrote: > > On Sat, 1 Apr 2023 at 18:31, Heinrich Schuchardt > wrote: > > > > Assigning the value of a variable to itself should be avoided. > > > > Addresses-Coverity-ID: 451089 ("Evaluation order violation") > > Fixes: 180b7118bed8 ("efi_loader: fix

Re: [PATCH 1/1] efi_loader: remove duplicate assignment

2023-04-01 Thread Simon Glass
On Sat, 1 Apr 2023 at 18:31, Heinrich Schuchardt < heinrich.schucha...@canonical.com> wrote: > > Assigning the value of a variable to itself should be avoided. > > Addresses-Coverity-ID: 451089 ("Evaluation order violation") > Fixes: 180b7118bed8 ("efi_loader: fix device-path for USB devices") >

[PATCH 1/1] efi_loader: remove duplicate assignment

2023-03-31 Thread Heinrich Schuchardt
Assigning the value of a variable to itself should be avoided. Addresses-Coverity-ID: 451089 ("Evaluation order violation") Fixes: 180b7118bed8 ("efi_loader: fix device-path for USB devices") Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_device_path.c | 2 +- 1 file changed, 1