commit | 0d36adc1b86358e65f6e0dc1ffa931944a4ac44d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Feb 04 12:49:43 2019 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Feb 16 15:42:19 2019 +0100 |
tree | e6e044081d60b59b68247b31f0945f7c2f74afe7 | |
parent | 9ad046ecd5bd224211d513c7a4dfa0845d2473ee [diff] |
efi_loader: efi_dp_split_file_path() error handling If the path passed to efi_dp_split_file_path() does not contain a reference to a file it returns EFI_OUT_OF_RESOURCES. This does not properly indicate the kind of the problem that occurred. Return EFI_INVALID_PARAMETER instead. Update function description. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>