Re: [PATCH 1/1] fs: error handling in do_load()

2020-06-29 Thread Simon Glass
On Sat, 27 Jun 2020 at 02:24, Heinrich Schuchardt wrote: > > If a file cannot be loaded, show an error message. > Set the EFI boot device only after successfully loading a file. > > Signed-off-by: Heinrich Schuchardt > --- > fs/fs.c | 13 - > 1 file changed, 8 insertions(+), 5 deleti

[PATCH 1/1] fs: error handling in do_load()

2020-06-27 Thread Heinrich Schuchardt
If a file cannot be loaded, show an error message. Set the EFI boot device only after successfully loading a file. Signed-off-by: Heinrich Schuchardt --- fs/fs.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/fs/fs.c b/fs/fs.c index ad4caaeb1e..12fa5a6489 10064